From 81775dfb9aae9ad7cf2d8f75ab454284dc451583 Mon Sep 17 00:00:00 2001 From: Kai Nacke Date: Fri, 1 Nov 2013 18:59:58 +0100 Subject: [PATCH] Fix version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bcb3993..411be9c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ include(GetLinuxDistribution) # # Version information -set(LDC_VERSION "0.12.0") # May be overridden by git hash tag +set(LDC_VERSION "0.13.0") # May be overridden by git hash tag set(DMDFE_MAJOR_VERSION 2) set(DMDFE_MINOR_VERSION 0) set(DMDFE_PATCH_VERSION 64)