Version 94.1

This commit is contained in:
jacob1 2019-02-21 00:23:45 -05:00
parent 28bfa9dfc9
commit 768202ca9b
2 changed files with 4 additions and 3 deletions

View File

@ -16,11 +16,11 @@
#endif
#ifndef MINOR_VERSION
#define MINOR_VERSION 0
#define MINOR_VERSION 1
#endif
#ifndef BUILD_NUM
#define BUILD_NUM 342
#define BUILD_NUM 343
#endif
#ifndef SNAPSHOT_ID
@ -36,7 +36,7 @@
#if defined(SNAPSHOT) || defined(DEBUG)
#define FUTURE_SAVE_VERSION 94
#define FUTURE_MINOR_VERSION 0
#define FUTURE_MINOR_VERSION 1
#endif
//VersionInfoEnd

View File

@ -197,6 +197,7 @@ void http_init(char *proxy)
std::copy(newUserAgent.begin(), newUserAgent.end(), userAgent);
userAgent[newUserAgent.length()] = 0;
//"User-Agent: PowderToy/%d.%d (%s; %s; M%d) TPTPP/%d.%d.%d%s.%d\n", SAVE_VERSION, MINOR_VERSION, IDENT_PLATFORM, IDENT_BUILD, 0, SAVE_VERSION, MINOR_VERSION, BUILD_NUM, IDENT_RELTYPE, SNAPSHOT_ID
//User-Agent: PowderToy/94.1 (MACOSX; 342; M0) TPTPP/94.1.342R.0
}
void http_done(void)