瀏覽代碼

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 年之前
父節點
當前提交
d77a37630e
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. 1
    3
      SNFClient/main.cpp

+ 1
- 3
SNFClient/main.cpp 查看文件

@@ -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…
取消
儲存