diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:19 +0200 |
commit | c6171275dad270f7248abdbe3c375f29e0c0366a (patch) | |
tree | 3680c93a593db9851c833ac9fb728742a9918175 | |
parent | 05253fd1ed3e573b77e5f3cdc7c49c212c376e56 (diff) | |
download | libr-c6171275dad270f7248abdbe3c375f29e0c0366a.tar.gz libr-c6171275dad270f7248abdbe3c375f29e0c0366a.zip |
Update version number to the upcoming R14.0.13.
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 11368a2..158577b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 3.1 ) project( libr ) set( PACKAGE libr ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) set( PACKAGE_VERSION 0.6.0 ) |