Navigation Menu

Skip to content

Commit

Permalink
- version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 24, 2022
1 parent 2022de8 commit d19e2e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/build/src/polymost.cpp
Expand Up @@ -1320,7 +1320,7 @@ static void polymost_flatskyrender(FVector2 const* const dpxy, int32_t const n,
dapskybits = 0;
}

dapyoffs = isSWALL()? 16*1024 : isDuke() && globalpicnum == 89 ? 17 * 1024 : 32 * 1024;
dapyoffs = isExhumed()? 64*1024 : isSWALL()? 16*1024 : isDuke() && globalpicnum == 89 ? 17 * 1024 : 32 * 1024;
ghoriz = (qglobalhoriz*(1.f/65536.f)-float(ydimen>>1))*dapyoffs*(1.f/65536.f)+float(ydimen>>1)+ghorizcorrect;

float const dd = fxdimen*.0000001f; //Adjust sky depth based on screen size!
Expand Down
8 changes: 4 additions & 4 deletions source/core/version.h
Expand Up @@ -41,19 +41,19 @@ const char *GetVersionString();

/** Lots of different version numbers **/

#define VERSIONSTR "1.4pre"
#define VERSIONSTR "1.5pre"

// The version as seen in the Windows resource
#define RC_FILEVERSION 1,4,9999,0
#define RC_PRODUCTVERSION 1,4,9999,0
#define RC_FILEVERSION 1,5,9999,0
#define RC_PRODUCTVERSION 1,5,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning.
#define VER_MAJOR 4
#define VER_MINOR 7
#define VER_REVISION 0

#define ENG_MAJOR 1
#define ENG_MINOR 4
#define ENG_MINOR 5
#define ENG_REVISION 0

// More stuff that needs to be different for derivatives.
Expand Down

0 comments on commit d19e2e3

Please sign in to comment.