diff options
author | louiz’ <louiz@louiz.org> | 2018-05-23 01:12:31 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-05-23 01:12:31 +0200 |
commit | d3eda68761d6b5f4394c41248ae95915d6e90ae2 (patch) | |
tree | cbcef6c2f5a5eb8b2a9e2ff0ace80e663833cf5b /CMakeLists.txt | |
parent | 7d3c1ed92733a05ab4282993ffe58fb88a1b50e9 (diff) | |
download | biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.tar.gz biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.tar.bz2 biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.tar.xz biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.zip |
Release version 8.28.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d59aa7..26f2f11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 8) -set(${PROJECT_NAME}_VERSION_MINOR 1) +set(${PROJECT_NAME}_VERSION_MINOR 2) set(${PROJECT_NAME}_VERSION_SUFFIX "") if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") |