diff options
| author | Petr Mrázek | 2011-08-22 15:18:35 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-22 15:18:35 +0200 |
| commit | 4922be0a753e6f277bb7e6fb298cd76a547d115c (patch) | |
| tree | fba01ae0ba7e8ff39d16a99c0042df2e5224f74f /CMakeLists.txt | |
| parent | b1868f802cda6be502c494199a7a2f3feecc896e (diff) | |
| download | dfhack-4922be0a753e6f277bb7e6fb298cd76a547d115c.tar.gz dfhack-4922be0a753e6f277bb7e6fb298cd76a547d115c.tar.bz2 dfhack-4922be0a753e6f277bb7e6fb298cd76a547d115c.tar.xz | |
Circle dig designation tool.
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 1e3ec516..602550b7 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 "5") +set(DFHACK_RELEASE "6") ## where to install things (after the build is done, classic 'make install' or package structure) # the dfhack libraries will be installed here: |
