diff options
| author | Petr Mrázek | 2011-11-02 01:16:17 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-11-02 01:16:17 +0100 |
| commit | 4df380eb91fbcff5c97e1b1d83ae3d7a364362ef (patch) | |
| tree | 127cb8a910f9cde48c8790f5afe357a173745cfa /CMakeLists.txt | |
| parent | dcce48c243d43df26a42ee45a83fbdecc2795727 (diff) | |
| download | dfhack-4df380eb91fbcff5c97e1b1d83ae3d7a364362ef.tar.gz dfhack-4df380eb91fbcff5c97e1b1d83ae3d7a364362ef.tar.bz2 dfhack-4df380eb91fbcff5c97e1b1d83ae3d7a364362ef.tar.xz | |
Bump revision to 7c.
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 94283801..28be684d 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 "7b") +set(DFHACK_RELEASE "7c") ## where to install things (after the build is done, classic 'make install' or package structure) # the dfhack libraries will be installed here: |
