diff options
| author | Petr Mrázek | 2011-11-25 18:54:50 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-11-25 18:54:50 +0100 |
| commit | 57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1 (patch) | |
| tree | aeda510c50877fd9e5403abf4b8995a11a0a80e1 /CMakeLists.txt | |
| parent | 370681848dafce31ebe67d4ee102ee1141fab664 (diff) | |
| download | dfhack-57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1.tar.gz dfhack-57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1.tar.bz2 dfhack-57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1.tar.xz | |
Made invalid tile types really invalid, license and unused depends cleanup.
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 fd73f858..2d70a124 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 "8") +set(DFHACK_RELEASE "9") ## where to install things (after the build is done, classic 'make install' or package structure) # the dfhack libraries will be installed here: |
