Fix version number

This commit is contained in:
Kai Nacke
2013-11-01 18:59:58 +01:00
parent 054d78934a
commit 81775dfb9a

View File

@@ -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)