Browse Source

Minor revision tick.

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

+ 1
- 1
SNF4CGP/main.cpp View File

using namespace std; // Introduce standard namespace. using namespace std; // Introduce standard namespace.
const string SNF4CGP_VERSION_INFO = "CGPSNF Version 1.1.0 Build: " __DATE__ " " __TIME__;
const string SNF4CGP_VERSION_INFO = "CGPSNF Version 1.2.0 Build: " __DATE__ " " __TIME__;
const int ConfigPathArgNumber = 1; const int ConfigPathArgNumber = 1;
const int MaxArgcNumber = 2; const int MaxArgcNumber = 2;

Loading…
Cancel
Save