diff options
| author | Petr Mrázek | 2011-11-04 09:08:29 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-11-04 09:08:29 +0100 |
| commit | af46b262b532400d1ff0ce176a969aa6d397193d (patch) | |
| tree | 74380908f0eef2d84c0b53a857d4c89d34584327 /CMakeLists.txt | |
| parent | 0ff7a48848945583f00671b1da9bbd9d16e1f33f (diff) | |
| download | dfhack-af46b262b532400d1ff0ce176a969aa6d397193d.tar.gz dfhack-af46b262b532400d1ff0ce176a969aa6d397193d.tar.bz2 dfhack-af46b262b532400d1ff0ce176a969aa6d397193d.tar.xz | |
More init hardening.
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 1210b0c4..2a618aa4 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 "7d") +set(DFHACK_RELEASE "7e") ## where to install things (after the build is done, classic 'make install' or package structure) # the dfhack libraries will be installed here: |
