diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:18:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:18:45 +0100 |
commit | 3636f5a2dab194665688652f2cc7b0f01acbf7f8 (patch) | |
tree | a56d20b7cc1d758e142f36924cc06baafeb7672f /CMakeLists.txt | |
parent | 05ca9996ce7556368154b76f95c48b434d2f1025 (diff) | |
download | kbibtex-3636f5a2dab194665688652f2cc7b0f01acbf7f8.tar.gz kbibtex-3636f5a2dab194665688652f2cc7b0f01acbf7f8.zip |
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b2716b7..ec620ba 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.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |