Browse Source

Changed revision number (missed it in last commit)

git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@37 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
madscientist 15 years ago
parent
commit
76fbc60db3
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 = "SNF4CGP Version 0.0.4 Build: " __DATE__ " " __TIME__;
const string SNF4CGP_VERSION_INFO = "SNF4CGP Version 0.0.5 Build: " __DATE__ " " __TIME__;
const int ConfigPathArgNumber = 1; const int ConfigPathArgNumber = 1;
const int CorrectArgcNumber = 2; const int CorrectArgcNumber = 2;

Loading…
Cancel
Save