diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:43 +0200 |
commit | 537af9e36089772f2c8fbae5ec3d4884d9caae7b (patch) | |
tree | d89cb5464e42e499f73c344e901fefc20c663a4a | |
parent | d9d5120adf9684e98de6205b2f2df43e4eeef04c (diff) | |
download | tdenetwork-537af9e36089772f2c8fbae5ec3d4884d9caae7b.tar.gz tdenetwork-537af9e36089772f2c8fbae5ec3d4884d9caae7b.zip |
Update version in CMakeLists files
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f584a60b..1511f00d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdenetwork ) set( PACKAGE tdenetwork ) -set( VERSION R14.0.0 ) +set( VERSION R14.0.1 ) ##### include essential cmake modules ########### |