Author: jsalmon3 Date: 2007-10-29 06:50:14 +0100 (Mon, 29 Oct 2007) New Revision: 3382
Modified: trunk/pingus/src/win32/config.h Log: Prepare for 0.7.2 Modified: trunk/pingus/src/win32/config.h =================================================================== --- trunk/pingus/src/win32/config.h 2007-10-29 05:32:53 UTC (rev 3381) +++ trunk/pingus/src/win32/config.h 2007-10-29 05:50:14 UTC (rev 3382) @@ -4,12 +4,12 @@ #include <assert.h> #define PACKAGE "Pingus" -#define VERSION "0.7.1" -#define PACKAGE_STRING "Pingus 0.7.1" +#define VERSION "0.7.2" +#define PACKAGE_STRING "Pingus 0.7.2" #define MAJOR_VERSION 0 #define MINOR_VERSION 7 -#define PATCH_VERSION 1 -#define VERSION_STRING "0.7.1" +#define PATCH_VERSION 2 +#define VERSION_STRING "0.7.2" #define PINGUS_DATADIR "data" #define ENABLE_NLS 1 _______________________________________________ pingus-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pingus-cvs
