Branch: r14.0.x

98bf486a 2016-10-23 04:13:41 Slávek Banko
Update version numbers for R14.0.4 final release
M CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7c4039..afcb1ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
 ##### general package setup #####################
 
 project( tdegames )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.4 )
 
 
 ##### include essential cmake modules ###########