Head is now at 2.063.2

Increment version number and add phobos changes.
This commit is contained in:
kai
2013-06-30 17:17:16 +02:00
parent 84d2069d93
commit 72ddd21814
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ set(LDC_VERSION "0.12.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 0)
set(DMDFE_PATCH_VERSION 63)
set(DMDFE_FIX_LEVEL 1) # Comment out if not used
set(DMDFE_FIX_LEVEL 2) # Comment out if not used
set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}${DMDFE_PATCH_VERSION})
if(DEFINED DMDFE_FIX_LEVEL)