- updated to 3.7.2-dev

- added svn release stamp info to docs
This commit is contained in:
Mark Vejvoda 2012-11-23 21:02:10 +00:00
parent a01bd52ef8
commit f91d189512
2 changed files with 5 additions and 1 deletions

View File

@ -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):
=========================

View File

@ -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)