Skip to content

Commit

Permalink
We are on 2.067.1, not 2.067.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadlinger committed Aug 29, 2015
1 parent 8f33551 commit 3255e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set(LDC_VERSION "0.16.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 0)
set(DMDFE_PATCH_VERSION 67)
set(DMDFE_FIX_LEVEL 0) # Comment out if not used
set(DMDFE_FIX_LEVEL 1) # Comment out if not used

set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}${DMDFE_PATCH_VERSION})
if(DEFINED DMDFE_FIX_LEVEL)
Expand Down

0 comments on commit 3255e59

Please sign in to comment.