소스 검색

Updated version number to go along with updates to the engine. There are no real changes with the SNFServer code, but this number update will remove confusion about whether the SNFServer engine is up to date with the fairly significant changes in the underlying engine.

git-svn-id: https://svn.microneil.com/svn/SNFServer/trunk@21 49a64a4e-e346-423c-883c-369b0fd10ff0
master
madscientist 10 년 전
부모
커밋
c678ae7473
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      SNFServer/main.cpp

+ 1
- 1
SNFServer/main.cpp 파일 보기

@@ -35,7 +35,7 @@
//#include "../nvwa-0.6/nvwa/debug_new.h"
using namespace std; // Introduce standard namespace.
const char* SERVER_VERSION_INFO = "SNF Server Version 3.0.2 Build: " __DATE__ " " __TIME__;
const char* SERVER_VERSION_INFO = "SNF Server Version 3.1.2 Build: " __DATE__ " " __TIME__;
static const string XCIShutdownResponse =
"<snf><xci><server><response message=\'shutdown in progress\' code=\'0\'/></server></xci></snf>\n";

Loading…
취소
저장