diff options
| author | Petr Mrázek | 2011-11-03 02:42:05 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-11-03 02:42:05 +0100 |
| commit | 550cde83f3f53b0a288ed474d1c90e64dfb418c5 (patch) | |
| tree | ab0e72dc42f3f7761e104388ed08ea4965bcc4ef /CMakeLists.txt | |
| parent | a6eea1adfd60c7ff8f3af9bd88dd6b046a447d10 (diff) | |
| download | dfhack-550cde83f3f53b0a288ed474d1c90e64dfb418c5.tar.gz dfhack-550cde83f3f53b0a288ed474d1c90e64dfb418c5.tar.bz2 dfhack-550cde83f3f53b0a288ed474d1c90e64dfb418c5.tar.xz | |
Bump revision number.
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 28be684d..1210b0c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(DF_VERSION_MINOR "31") set(DF_VERSION_PATCH "25") set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}") -set(DFHACK_RELEASE "7c") +set(DFHACK_RELEASE "7d") ## where to install things (after the build is done, classic 'make install' or package structure) # the dfhack libraries will be installed here: |
