diff options
| author | Petr Mrázek | 2011-08-16 23:39:18 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-16 23:39:18 +0200 |
| commit | 03e3e9002b7e61c862d023558b8353b20904c5e6 (patch) | |
| tree | 5469d6aea98ff6b949864ac62caac1bb81d737db /CMakeLists.txt | |
| parent | 7898d2b6b259f3c48d08c0e299e352675085cc2a (diff) | |
| download | dfhack-03e3e9002b7e61c862d023558b8353b20904c5e6.tar.gz dfhack-03e3e9002b7e61c862d023558b8353b20904c5e6.tar.bz2 dfhack-03e3e9002b7e61c862d023558b8353b20904c5e6.tar.xz | |
Linux debug...
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 2b0388f6..7e8ad331 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 "1") +set(DFHACK_RELEASE "3") ## where to install things (after the build is done, classic 'make install' or package structure) # the dfhack libraries will be installed here: |
