Skip to content

Commit

Permalink
Version 94.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Feb 21, 2019
1 parent 28bfa9d commit 768202c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/client/HTTP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 768202c

Please sign in to comment.