diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:15:57 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:15:57 +0100 |
commit | 82e95e3e6c185b27db28d16293aaa98fa867f0a6 (patch) | |
tree | abd3fc4736736d61ca2a1f9727b18a6c59807535 | |
parent | f7acb14ee14723b350598e96eca838a74dbd9705 (diff) | |
download | libr-82e95e3e6c185b27db28d16293aaa98fa867f0a6.tar.gz libr-82e95e3e6c185b27db28d16293aaa98fa867f0a6.zip |
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d4b8a9..c282cc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.6 ) project( libr ) set( PACKAGE libr ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) set( PACKAGE_VERSION 0.6.0 ) |