diff options
| author | Petr Mrázek | 2012-02-28 22:30:55 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-28 22:30:55 +0100 |
| commit | f0fc0d442872c64afd2190d8e3f8adc73a810e8c (patch) | |
| tree | 4818740c60973cae7c3720d0a181f31c0534f04c /CMakeLists.txt | |
| parent | a13717212af342a84e959aa3a37e25d615a189f1 (diff) | |
| download | dfhack-f0fc0d442872c64afd2190d8e3f8adc73a810e8c.tar.gz dfhack-f0fc0d442872c64afd2190d8e3f8adc73a810e8c.tar.bz2 dfhack-f0fc0d442872c64afd2190d8e3f8adc73a810e8c.tar.xz | |
Bump version to 0.34.03-r1, update docs to list new plugins.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f5fb83b3..31f25781 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,10 +27,10 @@ endif() # set up versioning. set(DF_VERSION_MAJOR "0") set(DF_VERSION_MINOR "34") -set(DF_VERSION_PATCH "02") +set(DF_VERSION_PATCH "03") set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}") -set(DFHACK_RELEASE "1-dev") +set(DFHACK_RELEASE "1") set(DFHACK_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}-r${DFHACK_RELEASE}") add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}") |
