mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 03:14:00 +02:00
Removed unused library version number
This commit is contained in:
@@ -205,8 +205,7 @@ namespace Glest {
|
|||||||
//case 1: return "Built: " + string(__DATE__) + " " + GIT_Rev;
|
//case 1: return "Built: " + string(__DATE__) + " " + GIT_Rev;
|
||||||
switch (i) {
|
switch (i) {
|
||||||
case 0:
|
case 0:
|
||||||
return string("ZetaGlest ") + GAME_VERSION + " (" +
|
return string("ZetaGlest ") + GAME_VERSION;
|
||||||
"Shared Library " + sharedLibVersionString + ")";
|
|
||||||
case 1:
|
case 1:
|
||||||
return GAME_VERSION;
|
return GAME_VERSION;
|
||||||
case 2:
|
case 2:
|
||||||
|
@@ -34,7 +34,6 @@
|
|||||||
# include "leak_dumper.h"
|
# include "leak_dumper.h"
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
using Shared::Util::sharedLibVersionString;
|
|
||||||
|
|
||||||
namespace Glest {
|
namespace Glest {
|
||||||
namespace Game {
|
namespace Game {
|
||||||
|
@@ -226,8 +226,6 @@ namespace Shared {
|
|||||||
static void Close();
|
static void Close();
|
||||||
};
|
};
|
||||||
|
|
||||||
const string sharedLibVersionString = "v0.4.1";
|
|
||||||
|
|
||||||
//string fcs
|
//string fcs
|
||||||
string lastDir(const string &s);
|
string lastDir(const string &s);
|
||||||
string lastFile(const string &s);
|
string lastFile(const string &s);
|
||||||
|
Reference in New Issue
Block a user