summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-05-03 10:22:35 +0200
committerSlávek Banko <[email protected]>2022-05-03 10:22:35 +0200
commit3178b2e1a9f5ef63aca5f3ae4da72237d64a2d09 (patch)
tree2a00e9b73d7b0d548d75e3e95420d52db729a52e
parent9081591562a38f8ad5c90cbc077a56bbcdc574a4 (diff)
downloadkbibtex-3178b2e1a9f5ef63aca5f3ae4da72237d64a2d09.tar.gz
kbibtex-3178b2e1a9f5ef63aca5f3ae4da72237d64a2d09.zip
Update version number to the upcoming R14.0.13.
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 6d8b313..9d37b27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kbibtex )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules