diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:22 +0100 |
commit | 66a9706ae533d4c654458d383c626d4b4fe84424 (patch) | |
tree | 8b31a1b689198fb9a46a0e93dcf758b9918aa32e | |
parent | f9488dbe0d82f358ae910d95053e657a13926f3b (diff) | |
download | kstreamripper-66a9706ae533d4c654458d383c626d4b4fe84424.tar.gz kstreamripper-66a9706ae533d4c654458d383c626d4b4fe84424.zip |
Update version number to R14.0.12.
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 30271a6..9cdf314 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kstreamripper ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |