diff options
| author | Petr Mrázek | 2012-03-08 00:07:35 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-08 00:07:35 +0100 |
| commit | c64919a1bb68f78aa0e10b40601a08d368244b64 (patch) | |
| tree | bdb4d51000da756236624d2861e43e37fe0f603a /CMakeLists.txt | |
| parent | 3598282ed759576dcd3e5e4708115aea76a70d0c (diff) | |
| download | dfhack-c64919a1bb68f78aa0e10b40601a08d368244b64.tar.gz dfhack-c64919a1bb68f78aa0e10b40601a08d368244b64.tar.bz2 dfhack-c64919a1bb68f78aa0e10b40601a08d368244b64.tar.xz | |
Bump version to 0.34.05
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a5ceb74..4c33c8c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() # set up versioning. set(DF_VERSION_MAJOR "0") set(DF_VERSION_MINOR "34") -set(DF_VERSION_PATCH "04") +set(DF_VERSION_PATCH "05") set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}") set(DFHACK_RELEASE "1") |
