Browse Source

Updating Application Version for using newest Engine Version.

git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@59 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
madscientist 8 years ago
parent
commit
b64f4a4bec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      SNF4CGP/main.cpp

+ 1
- 1
SNF4CGP/main.cpp View File

@@ -13,7 +13,7 @@
using namespace std; // Introduce standard namespace.
const string SNF4CGP_VERSION_INFO = "CGPSNF Version 1.3.0 Build: " __DATE__ " " __TIME__;
const string SNF4CGP_VERSION_INFO = "CGPSNF Version 1.4.0 Build: " __DATE__ " " __TIME__;
const int ConfigPathArgNumber = 1;
const int MaxArgcNumber = 2;

Loading…
Cancel
Save