pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r4151 - in branches/pingus-hanusz: . src src/win32


From: grumbel
Subject: [Pingus-CVS] r4151 - in branches/pingus-hanusz: . src src/win32
Date: Thu, 12 May 2011 19:13:42 +0200

Author: grumbel
Date: 2011-05-12 19:13:42 +0200 (Thu, 12 May 2011)
New Revision: 4151

Modified:
   branches/pingus-hanusz/SConscript.win32
   branches/pingus-hanusz/SConstruct
   branches/pingus-hanusz/src/pingus_main.cpp
   branches/pingus-hanusz/src/win32/config.h
Log:
Updated version number


Modified: branches/pingus-hanusz/SConscript.win32
===================================================================
--- branches/pingus-hanusz/SConscript.win32     2011-05-12 17:12:11 UTC (rev 
4150)
+++ branches/pingus-hanusz/SConscript.win32     2011-05-12 17:13:42 UTC (rev 
4151)
@@ -110,6 +110,7 @@
 'build-win32/src/file_reader.cpp',
 'build-win32/src/sexpr_file_reader.cpp', 
 'build-win32/src/sexpr_file_writer.cpp', 
+'build-win32/src/statistics.cpp', 
 'build-win32/src/fonts.cpp',
 'build-win32/src/font.cpp',
 'build-win32/src/font_test_screen.cpp',

Modified: branches/pingus-hanusz/SConstruct
===================================================================
--- branches/pingus-hanusz/SConstruct   2011-05-12 17:12:11 UTC (rev 4150)
+++ branches/pingus-hanusz/SConstruct   2011-05-12 17:13:42 UTC (rev 4151)
@@ -224,7 +224,8 @@
 'src/sound/sound_res_mgr.cpp', 
 'src/ground_map.cpp', 
 'src/start_screen.cpp', 
-'src/stat_manager.cpp', 
+'src/stat_manager.cpp',
+'src/statistics.cpp', 
 'src/state_sprite.cpp', 
 'src/story_screen.cpp', 
 'src/string_format.cpp',
@@ -508,7 +509,7 @@
            print "\nError are being ignored, the build continues"
 
     config_h = open('config.h', 'w')
-    config_h.write('#define VERSION "0.7.2"\n')
+    config_h.write('#define VERSION "0.7.3-hanusz\n')
     config_h.write('#define ENABLE_BINRELOC 1\n')
     config_h.write('#define ICONV_CONST %s\n' % iconv_const)
     for (v,k) in config_h_defines:

Modified: branches/pingus-hanusz/src/pingus_main.cpp
===================================================================
--- branches/pingus-hanusz/src/pingus_main.cpp  2011-05-12 17:12:11 UTC (rev 
4150)
+++ branches/pingus-hanusz/src/pingus_main.cpp  2011-05-12 17:13:42 UTC (rev 
4151)
@@ -789,7 +789,7 @@
   atexit(SDL_Quit); 
   Display::set_video_mode(screen_width, screen_height);
 
-  SDL_WM_SetCaption("Pingus " VERSION " - SDL Edition", 0 /* icon */);
+  SDL_WM_SetCaption("Pingus " VERSION, 0 /* icon */);
 
   SDL_EnableUNICODE(1);
 }

Modified: branches/pingus-hanusz/src/win32/config.h
===================================================================
--- branches/pingus-hanusz/src/win32/config.h   2011-05-12 17:12:11 UTC (rev 
4150)
+++ branches/pingus-hanusz/src/win32/config.h   2011-05-12 17:13:42 UTC (rev 
4151)
@@ -4,12 +4,12 @@
 #include <assert.h>
 
 #define PACKAGE "Pingus"
-#define VERSION  "0.7.2"
-#define PACKAGE_STRING "Pingus 0.7.2"
+#define VERSION  "0.7.3-hanusz"
+#define PACKAGE_STRING "Pingus 0.7.3-hanusz"
 #define MAJOR_VERSION 0
 #define MINOR_VERSION 7
 #define PATCH_VERSION 2
-#define VERSION_STRING "0.7.2"
+#define VERSION_STRING "0.7.3-hanusz"
 #define PINGUS_DATADIR "data"
 #define ENABLE_NLS 1
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]