Browse Source

Remove dependency on config.h.

Hard-code version to 3.0.

git-svn-id: https://svn.microneil.com/svn/SNFClient/trunk@9 51592d22-3d51-405e-a108-f9da3ab4961f
adeniz_1
adeniz 11 years ago
parent
commit
d77a37630e
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      SNFClient/main.cpp

+ 1
- 3
SNFClient/main.cpp View File

@@ -29,11 +29,9 @@
#include "threading.hpp"
#include "snf_xci.hpp"
#include "config.h"
using namespace std; // Introduce standard namespace.
const char* VERSION_INFO = "SNF Client Version " PACKAGE_VERSION " Build: " __DATE__ " " __TIME__;
const char* VERSION_INFO = "SNF Client Version 3.0 Build: " __DATE__ " " __TIME__;
time_t Timestamp() { // Get an ordinary timestamp.
time_t rawtime; // Grab raw time from

Loading…
Cancel
Save