Skip to content

Commit

Permalink
Bump version to 0.34.10-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed May 21, 2012
1 parent 1e09d67 commit 20794eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ endif()
# set up versioning.
set(DF_VERSION_MAJOR "0")
set(DF_VERSION_MINOR "34")
set(DF_VERSION_PATCH "07")
set(DF_VERSION_PATCH "10")
set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}")

SET(DFHACK_RELEASE "r2" CACHE STRING "Current release revision.")
SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.")

set(DFHACK_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}-${DFHACK_RELEASE}")
add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}")
Expand Down

0 comments on commit 20794eb

Please sign in to comment.