Skip to content

Commit

Permalink
Add -gl4 version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Nov 7, 2021
1 parent ca717c9 commit 55bb344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/quakedef.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define QUAKESPASM_VERSION 0.94
#define QUAKESPASM_VER_PATCH 2 // helper to print a string like 0.94.2
#ifndef QUAKESPASM_VER_SUFFIX
#define QUAKESPASM_VER_SUFFIX // optional version suffix string literal like "-beta1"
#define QUAKESPASM_VER_SUFFIX "-gl4" // optional version suffix string literal like "-beta1"
#endif

#define QS_STRINGIFY_(x) #x
Expand Down

0 comments on commit 55bb344

Please sign in to comment.