diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:42 +0200 |
commit | 9052ba86223fb3b06b9b2c349dd9442cab44909d (patch) | |
tree | cca7f02deb1206c26cc1488aee01b33416a78b9b | |
parent | 3842f04bb24a9da8f2f2a3dde4b23a2f064feddb (diff) | |
download | tde-style-ia-ora-9052ba86223fb3b06b9b2c349dd9442cab44909d.tar.gz tde-style-ia-ora-9052ba86223fb3b06b9b2c349dd9442cab44909d.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a14bf4..3083646 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tde-style-ia-ora ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |