From 5a29c3f00d1b0fb645a82a302e264400cbedec53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 11 Jul 2015 16:53:44 +0200 Subject: Update version in CMakeLists files --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92f2a55e..aba68bf0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tdevelop ) -set( VERSION "R14.0.0") +set( VERSION R14.0.1 ) ##### include essential cmake modules ########### -- cgit v1.2.1