mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
set version to 3.13-dev as ist for sure no longer compatible with 3.12.0
This commit is contained in:
parent
da48cfe9ce
commit
6fb95fff9e
@ -32,8 +32,8 @@ const char *mailString = " http://bugs.megaglest.org";
|
||||
// !! 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
|
||||
// don't forget to update file: source/version.txt
|
||||
const string glestVersionString = "v3.12-dev";
|
||||
const string lastCompatibleSaveGameVersionString = "v3.11.1";
|
||||
const string glestVersionString = "v3.13-dev";
|
||||
const string lastCompatibleSaveGameVersionString = "v3.13-dev";
|
||||
|
||||
#if defined(GITVERSIONHEADER)
|
||||
#include "gitversion.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user