diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-26 19:49:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-26 19:49:19 +0200 |
commit | 2d32b8b1e53226c4871e4976b4632cc451badd1e (patch) | |
tree | be9e2c9f3607b1a7c56e83a8b88bc500963ad73c /CMakeLists.txt | |
parent | 3f5bb4c9ab0658c562d6229b090191c7cdfdfcb5 (diff) | |
download | akode-r14.0.5.tar.gz akode-r14.0.5.zip |
Update version numbers and date for R14.0.5 final releaser14.0.5
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 df5b7ea..97fc164 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.6 ) project( akode ) set( PACKAGE akode ) -set( VERSION 2.0.2 ) +set( VERSION R14.0.5 ) ##### include essential cmake modules ########### |