Updated version # for new minor bugfix release

This commit is contained in:
Mark Vejvoda 2010-04-23 02:53:57 +00:00
parent a01c0adb78
commit ae2af01c2e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#----------------------------------------------------------------------------
AC_PREREQ([2.54])
AC_INIT([megaglest], [3.3.4.1], [matze@braunis.de])
AC_INIT([megaglest], [3.3.4.2], [matze@braunis.de])
AC_CONFIG_SRCDIR([mk/jam/build.jam])
AC_CONFIG_AUX_DIR([mk/autoconf])

View File

@ -25,7 +25,7 @@ using namespace Shared::Platform;
namespace Glest{ namespace Game{
const string mailString= "contact_game@glest.org";
const string glestVersionString= "v3.3.4.1";
const string glestVersionString= "v3.3.4.2";
string getCrashDumpFileName(){
return "glest"+glestVersionString+".dmp";