From c3106816c6d07e70bd3689acb69d40a75e0f7f55 Mon Sep 17 00:00:00 2001 From: Quintus Date: Mon, 17 Aug 2015 20:49:51 +0200 Subject: [PATCH] Version bump --- tsc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsc/CMakeLists.txt b/tsc/CMakeLists.txt index 9183d12f8..c81fda342 100644 --- a/tsc/CMakeLists.txt +++ b/tsc/CMakeLists.txt @@ -28,7 +28,7 @@ include(ExternalProject) set(TSC_VERSION_MAJOR 2) set(TSC_VERSION_MINOR 0) set(TSC_VERSION_PATCH 0) -set(TSC_VERSION_POSTFIX "rc1") +#set(TSC_VERSION_POSTFIX "final") ############################################### # Flags & Options