소스 검색

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…
취소
저장