Hard-code version to 3.0. git-svn-id: https://svn.microneil.com/svn/SNFClient/trunk@9 51592d22-3d51-405e-a108-f9da3ab4961fadeniz_1
@@ -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 |