Version 94.1
This commit is contained in:
parent
28bfa9dfc9
commit
768202ca9b
@ -16,11 +16,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MINOR_VERSION
|
#ifndef MINOR_VERSION
|
||||||
#define MINOR_VERSION 0
|
#define MINOR_VERSION 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BUILD_NUM
|
#ifndef BUILD_NUM
|
||||||
#define BUILD_NUM 342
|
#define BUILD_NUM 343
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SNAPSHOT_ID
|
#ifndef SNAPSHOT_ID
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
#if defined(SNAPSHOT) || defined(DEBUG)
|
#if defined(SNAPSHOT) || defined(DEBUG)
|
||||||
#define FUTURE_SAVE_VERSION 94
|
#define FUTURE_SAVE_VERSION 94
|
||||||
#define FUTURE_MINOR_VERSION 0
|
#define FUTURE_MINOR_VERSION 1
|
||||||
#endif
|
#endif
|
||||||
//VersionInfoEnd
|
//VersionInfoEnd
|
||||||
|
|
||||||
|
@ -197,6 +197,7 @@ void http_init(char *proxy)
|
|||||||
std::copy(newUserAgent.begin(), newUserAgent.end(), userAgent);
|
std::copy(newUserAgent.begin(), newUserAgent.end(), userAgent);
|
||||||
userAgent[newUserAgent.length()] = 0;
|
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/%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)
|
void http_done(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user