Branch: r14.0.x

5a29c3f0 2015-07-11 09:53:44 Slávek Banko
Update version in CMakeLists files
M CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 92f2a55..aba68bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
 ##### general package setup #####################
 
 project( tdevelop )
-set( VERSION "R14.0.0")
+set( VERSION R14.0.1 )
 
 
 ##### include essential cmake modules ###########