diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:28 +0200 |
commit | ffc826e6d709eaa01a279792da68bd17331e22b7 (patch) | |
tree | 1bfdddb5469f894f3b2d18bd7adbc5cb47ee37f3 /CMakeLists.txt | |
parent | 9b004312b204fe4d5f92bcb4ef11b77eb39ddd3d (diff) | |
download | codeine-ffc826e6d709eaa01a279792da68bd17331e22b7.tar.gz codeine-ffc826e6d709eaa01a279792da68bd17331e22b7.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
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 be49adf..fa22c29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( codeine ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |