mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
set version to 3.13-dev as ist for sure no longer compatible with 3.12.0
This commit is contained in:
@@ -32,8 +32,8 @@ const char *mailString = " http://bugs.megaglest.org";
|
|||||||
// !! Use minor versions !! Only major and minor version control compatibility!
|
// !! Use minor versions !! Only major and minor version control compatibility!
|
||||||
// typical version numbers look like this: v3.13-beta1.0 v3.12-dev v3.12.1
|
// typical version numbers look like this: v3.13-beta1.0 v3.12-dev v3.12.1
|
||||||
// don't forget to update file: source/version.txt
|
// don't forget to update file: source/version.txt
|
||||||
const string glestVersionString = "v3.12-dev";
|
const string glestVersionString = "v3.13-dev";
|
||||||
const string lastCompatibleSaveGameVersionString = "v3.11.1";
|
const string lastCompatibleSaveGameVersionString = "v3.13-dev";
|
||||||
|
|
||||||
#if defined(GITVERSIONHEADER)
|
#if defined(GITVERSIONHEADER)
|
||||||
#include "gitversion.h"
|
#include "gitversion.h"
|
||||||
|
Reference in New Issue
Block a user