diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:19 +0200 |
commit | 8dab5441ae50bca6deef9bc1b092bf4d8d477ac1 (patch) | |
tree | 109f12a72adfe42f1cfd6b751ecf84dfe6236504 | |
parent | 9f56ebf48bfc539e503ab4ef1ef3827b5790c791 (diff) | |
download | tqscintilla-8dab5441ae50bca6deef9bc1b092bf4d8d477ac1.tar.gz tqscintilla-8dab5441ae50bca6deef9bc1b092bf4d8d477ac1.zip |
Update version number to the upcoming R14.0.13.
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 be9f546..17c2a44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tqscintilla ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |