diff options
author | Michele Calgaro <[email protected]> | 2015-07-12 16:58:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-07-12 16:58:27 +0900 |
commit | 9114863a54388a7fa7845b812f6449bc46a05688 (patch) | |
tree | 2f792456d1691563b4b3aebd201c2b9204525868 /CMakeLists.txt | |
parent | bba24262811790807209a3cba74955c4ba42a6e1 (diff) | |
download | tdegraphics-9114863a54388a7fa7845b812f6449bc46a05688.tar.gz tdegraphics-9114863a54388a7fa7845b812f6449bc46a05688.zip |
Update version number to R14.1.0
Signed-off-by: Michele Calgaro <[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 93f62f04..ad3b7ef4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tdegraphics ) -set( VERSION R14.0.0 ) +set( VERSION R14.1.0 ) ##### include essential cmake modules ########### |