From eaac32c7652be14dc45366b9d74101ae6a38fb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 14 Jun 2012 00:29:01 +0200 Subject: [PATCH] Version bump and text updates. --- CMakeLists.txt | 2 +- Compile.html | 2 +- Lua API.html | 2 +- README.rst | 2 +- Readme.html | 7 ++++--- library/xml | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62be3e8cb..ca8592b01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ endif() # set up versioning. set(DF_VERSION_MAJOR "0") set(DF_VERSION_MINOR "34") -set(DF_VERSION_PATCH "10") +set(DF_VERSION_PATCH "11") set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}") SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.") diff --git a/Compile.html b/Compile.html index 53fc959b4..b0f9e9c6e 100644 --- a/Compile.html +++ b/Compile.html @@ -3,7 +3,7 @@ - + Building DFHACK