version number for the release

This commit is contained in:
filux
2017-03-08 21:29:45 +01:00
parent 3a5d45990d
commit 4846ad092e
8 changed files with 11 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ string getGameReadWritePath(string lookupKey) {
namespace MapEditor {
const string mapeditorVersionString = "v3.13-dev";
const string mapeditorVersionString = "v3.13.0";
const string MainWindow::winHeader = "MegaGlest Map Editor " + mapeditorVersionString;
// ===============================================