diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:43 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:43 +0200 |
commit | 68cfcb5829dafa190cc437c88a54c9d45a193d49 (patch) | |
tree | fe79a47a4403b26cdbddd18737e19634b947e6cf /CMakeLists.txt | |
parent | d307af23d5884014cc94bb655187cc37ccef1cc6 (diff) | |
download | twin-style-suse2-68cfcb5829dafa190cc437c88a54c9d45a193d49.tar.gz twin-style-suse2-68cfcb5829dafa190cc437c88a54c9d45a193d49.zip |
Update version number to the upcoming R14.0.13.
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 e5f6e55..e2d9c55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( twin-style-suse2 ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |