diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:27 +0200 |
commit | c66d80d9d4a0ba8246c46a88bac5614714b7f504 (patch) | |
tree | 25920ac009ab9df5121ebbc5f7829757cb967117 | |
parent | 1bdff694c1b3fcc3b7be576fa7b8a9f89b39026d (diff) | |
download | kstreamripper-c66d80d9d4a0ba8246c46a88bac5614714b7f504.tar.gz kstreamripper-c66d80d9d4a0ba8246c46a88bac5614714b7f504.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 39d99d9..db4308c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kstreamripper ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |