diff --git a/CMakeLists.txt b/CMakeLists.txt index 62be3e8cb..ca8592b01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ endif() # set up versioning. set(DF_VERSION_MAJOR "0") set(DF_VERSION_MINOR "34") -set(DF_VERSION_PATCH "10") +set(DF_VERSION_PATCH "11") set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}") SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.") diff --git a/Compile.html b/Compile.html index 53fc959b4..b0f9e9c6e 100644 --- a/Compile.html +++ b/Compile.html @@ -3,7 +3,7 @@ - + Building DFHACK