Set version to 0.3.4-GIT
authorLMH <lmh.0013@gmail.com>
Tue, 2 Jul 2013 08:40:05 +0000 (22:40 -1000)
committerLMH <lmh.0013@gmail.com>
Mon, 8 Jul 2013 21:54:03 +0000 (11:54 -1000)
CMakeLists.txt
Doxyfile
WHATSNEW.txt
src/supertux/title_screen.cpp

index e85bad6..c443eea 100644 (file)
@@ -38,7 +38,7 @@ PROJECT(SUPERTUX)
 
 ## Version, for display in title bar.
 ## Will add r<revision number> 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)
index 9af10b4..a0aa9b5 100644 (file)
--- 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.
index 57329c5..8014773 100644 (file)
@@ -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)
 -----------------------------------
 
index afd8ea3..15c09c4 100644 (file)
@@ -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"
                       ),