From 98bf486a8fcc51d35c228fc218861b046fce4a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 23 Oct 2016 11:13:41 +0200 Subject: [PATCH] Update version numbers for R14.0.4 final release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7c4039d..afcb1cef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tdegames ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.4 ) ##### include essential cmake modules ###########