diff options
author | Slávek Banko <[email protected]> | 2018-07-26 19:49:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-07-26 19:49:20 +0200 |
commit | 7098622dbdc8cf084e6467e049518559a352585f (patch) | |
tree | 71fff1fa8f28a9bb046c9206ee9efc0e81fbd7d8 | |
parent | 09f74d0a303b21a1e29957c1c51b0067f8be9b03 (diff) | |
download | libr-7098622dbdc8cf084e6467e049518559a352585f.tar.gz libr-7098622dbdc8cf084e6467e049518559a352585f.zip |
Update version numbers and date for R14.0.5 final release
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bb4037a..eab13a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.6 ) project( libr ) set( PACKAGE libr ) -set( VERSION 0.6.0 ) +set( VERSION R14.0.5 ) ##### include essential cmake modules ########### |