Skip to content

Commit

Permalink
- version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Mar 25, 2018
1 parent c089302 commit 0a85d65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/d_stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ CVAR(String, sys_statshost, "gzstats.drdteam.org", CVAR_ARCHIVE|CVAR_GLOBALCONFI
CVAR(Int, sys_statsport, 80, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOSET)

// Each machine will only send two reports, one when started with hardware rendering and one when started with software rendering.
#define CHECKVERSION 331
#define CHECKVERSIONSTR "331"
#define CHECKVERSION 332
#define CHECKVERSIONSTR "332"
CVAR(Int, sentstats_swr_done, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOSET)
CVAR(Int, sentstats_hwr_done, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOSET)

Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "3.3pre"
#define VERSIONSTR "3.3.0"
#endif

// The version as seen in the Windows resource
#define RC_FILEVERSION 3,2,9999,0
#define RC_PRODUCTVERSION 3,2,9999,0
#define RC_FILEVERSION 3,3,0,0
#define RC_PRODUCTVERSION 3,3,0,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '3.3'.
#define VER_MAJOR 3
Expand Down

0 comments on commit 0a85d65

Please sign in to comment.