mirror of
https://github.com/glest/glest-source.git
synced 2025-08-24 08:52:49 +02:00
- updated to 3.7.2-dev
- added svn release stamp info to docs
This commit is contained in:
@@ -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):
|
||||
=========================
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user