diff options
author | Slávek Banko <[email protected]> | 2015-11-30 20:33:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-11-30 20:33:55 +0100 |
commit | f30198d36f2c0dc0c1cb1110b36423af6671b702 (patch) | |
tree | 27a012062bdaf6b0088f7ac6695b7f13e9bade91 /CMakeLists.txt | |
parent | ceacf48b0df86414754aff8b2e21c1343c352ecd (diff) | |
download | tdebase-f30198d36f2c0dc0c1cb1110b36423af6671b702.tar.gz tdebase-f30198d36f2c0dc0c1cb1110b36423af6671b702.zip |
Update version number for new target R14.0.3
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 d8a80e5af..dd5973485 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdebase ) set( PACKAGE tdebase ) -set( VERSION R14.0.2 ) +set( VERSION R14.0.3 ) ##### include essential cmake modules ########### |