diff options
author | louiz’ <louiz@louiz.org> | 2020-05-09 14:44:00 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2020-05-09 14:44:00 +0200 |
commit | 23c96accf7515181218cf949b9d019615d02e7ab (patch) | |
tree | cbf12369871dfea600bc77d9ecd1d2a751a91b93 /CMakeLists.txt | |
parent | 25530cf9eeb7863ad1745a2d518fdddb1ffa1491 (diff) | |
download | biboumi-23c96accf7515181218cf949b9d019615d02e7ab.tar.gz biboumi-23c96accf7515181218cf949b9d019615d02e7ab.tar.bz2 biboumi-23c96accf7515181218cf949b9d019615d02e7ab.tar.xz biboumi-23c96accf7515181218cf949b9d019615d02e7ab.zip |
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 b3c5d99..debdf06 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 4) +set(${PROJECT_NAME}_VERSION_MINOR 5) set(${PROJECT_NAME}_VERSION_SUFFIX "") if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") |