diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-10-16 02:24:11 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-10-16 02:24:11 +0300 |
| commit | f446fbf0175fc3ebae18487bcea7c033d09d953b (patch) | |
| tree | afdbf27837f650a99656225458fa7602caae6f7b /CMakeLists.txt | |
| parent | 960009d619c161a6f60a21edd880d751626e5b91 (diff) | |
| download | minetest-0.2.20110922_3.tar.xz | |
Fix stable to build with MSVC2010, update version0.2.20110922_3
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 ec94768e0..eb5f52ad6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(minetest) set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 20110922_1) +set(VERSION_PATCH 20110922_3) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") # Configuration options |
