diff options
| author | Petr Mrázek | 2011-08-20 13:37:14 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-20 13:37:14 +0200 |
| commit | 0808c9c0abac980bf14258a7a1390b6d2ad5fd34 (patch) | |
| tree | 464b2b25da5c7f2ba8996f4ee33ef3934fbfc8ec /CMakeLists.txt | |
| parent | 0ede6c399256f50dda8410d8de2457b3d899c6ab (diff) | |
| download | dfhack-0808c9c0abac980bf14258a7a1390b6d2ad5fd34.tar.gz dfhack-0808c9c0abac980bf14258a7a1390b6d2ad5fd34.tar.bz2 dfhack-0808c9c0abac980bf14258a7a1390b6d2ad5fd34.tar.xz | |
Add support for stonesense distributed with allegro libs as .so
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 ccb8f5ff..1e3ec516 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 "4") +set(DFHACK_RELEASE "5") ## where to install things (after the build is done, classic 'make install' or package structure) # the dfhack libraries will be installed here: |
