From f91d1895126e360db030966c03f79259e2146e66 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 23 Nov 2012 21:02:10 +0000 Subject: [PATCH] - updated to 3.7.2-dev - added svn release stamp info to docs --- docs/README.release-management.txt | 4 ++++ source/glest_game/facilities/game_util.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/README.release-management.txt b/docs/README.release-management.txt index 86a79f89..638a7c78 100644 --- a/docs/README.release-management.txt +++ b/docs/README.release-management.txt @@ -95,6 +95,10 @@ These will produce archives in the release folder name: megaglest-binary-* megaglest-standalone-data-* +To stamp a snapshot in svn for a rleease we use the following (substitute version #'s of course): +svn copy https://megaglest.svn.sourceforge.net/svnroot/megaglest/trunk https://megaglest.svn.sourceforge.net/svnroot/megaglest/tags/release-3.7.1 -m "Tagging the 3.7.1 release of MegaGlest" +svn copy https://megaglest.svn.sourceforge.net/svnroot/megaglest/trunk-data-source https://megaglest.svn.sourceforge.net/svnroot/megaglest/tags/release-data-source-3.7.1 -m "Tagging the 3.7.1 release of MegaGlest" + Linux Installer(s): ========================= diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index be0d54b0..f03df0d6 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -27,7 +27,7 @@ using namespace Shared::Platform; namespace Glest { namespace Game { const char *mailString = " http://bugs.megaglest.org"; -const string glestVersionString = "v3.7.1"; +const string glestVersionString = "v3.7.2-dev"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)