summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-12-18 22:17:46 +0100
committerSlávek Banko <[email protected]>2019-12-18 22:17:46 +0100
commitff250e079ebdcc1bc38d6268b0a85c55e7c463de (patch)
treeca07219630f028279b0fd24610f3a9c2357c02a3 /CMakeLists.txt
parentd9889bc878a774aa7f9752b036b696820fe24f65 (diff)
downloadkbibtex-ff250e079ebdcc1bc38d6268b0a85c55e7c463de.tar.gz
kbibtex-ff250e079ebdcc1bc38d6268b0a85c55e7c463de.zip
Update version number for R14.0.7 final release.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c48906..3a560ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kbibtex )
-set( VERSION R14.0.6 )
+set( VERSION R14.0.7 )
#### include essential cmake modules