summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:26 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:26 +0100
commit499937c2e5305eb5d43df80bf1b2b2c590a59c3a (patch)
treef6c56b1814f9f88b030cd92d4707a606db82b9fa
parent351d7b08b48df5f7f115641c995feaf68eb450c1 (diff)
downloadcodeine-499937c2e5305eb5d43df80bf1b2b2c590a59c3a.tar.gz
codeine-499937c2e5305eb5d43df80bf1b2b2c590a59c3a.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a78980..f20f394 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( codeine )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules