From d88b92ced7cb2a9c759bd22610318cada2cb6045 Mon Sep 17 00:00:00 2001 From: LMH Date: Mon, 1 Jul 2013 22:40:05 -1000 Subject: [PATCH] Set version to 0.3.4-GIT --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- WHATSNEW.txt | 24 ++++++++++++++++++++++++ src/supertux/title_screen.cpp | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e85bad6dd..c443eea5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ PROJECT(SUPERTUX) ## Version, for display in title bar. ## Will add r to the end if svnversion is available. -SET(SUPERTUX_VERSION "0.3.3-GIT") +SET(SUPERTUX_VERSION "0.3.4-GIT") ### CMake configuration @@ -435,7 +435,7 @@ ELSE(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") SET(CPACK_PACKAGE_VERSION_MAJOR "0") SET(CPACK_PACKAGE_VERSION_MINOR "3") -SET(CPACK_PACKAGE_VERSION_PATCH "3-SVN") +SET(CPACK_PACKAGE_VERSION_PATCH "4-GIT") SET(CPACK_PACKAGE_INSTALL_DIRECTORY "SuperTux ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") SET(CPACK_PACKAGE_EXECUTABLES "..\\\\supertux2" "SuperTux ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") IF(WIN32 AND NOT UNIX) diff --git a/Doxyfile b/Doxyfile index 9af10b42b..a0aa9b52f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = SuperTux # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = SVN +PROJECT_NUMBER = 0.3.4-GIT # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 57329c5f8..801477381 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,27 @@ +Supertux Release 0.3.4 (2013-07) +-------------------------------- + +It's been more than three years since the last development snapshot for +Milestone 2 of SuperTux, making this a bit overdue. Once again it is hard to +say what the most notable changes are, but one thing players should notice is +a greater wealth of levels to play through an expanded avalibility of add-ons. + +Additionally, SuperTux development has moved to Google Code. Check it out at: + + http://code.google.com/p/supertux/ + +If you are intersted in contribuiting to SuperTux, please do so. The more +people working on the project, the faster development can continue. The hope +is that this release will generate more interest which will lead to more +frequent releases. You can refer to the wiki page on "Contributing" to get +started: + + http://supertux.lethargik.org/wiki/Contributing + +And of course, enjoy the game and have fun! + + + Supertux Release 0.3.3 (2010-02-26) ----------------------------------- diff --git a/src/supertux/title_screen.cpp b/src/supertux/title_screen.cpp index afd8ea3b1..15c09c474 100644 --- a/src/supertux/title_screen.cpp +++ b/src/supertux/title_screen.cpp @@ -144,7 +144,7 @@ TitleScreen::draw(DrawingContext& context) Vector(5, SCREEN_HEIGHT - 50), ALIGN_LEFT, LAYER_FOREGROUND1); context.draw_text(Resources::small_font, _( - "Copyright (c) 2003-2010 SuperTux Devel Team\n" + "Copyright (c) 2003-2013 SuperTux Devel Team\n" "This game comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to\n" "redistribute it under certain conditions; see the file COPYING for details.\n" ), -- 2.11.0