mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
Merge remote-tracking branch 'upstream/master' into master_PKGBUILD
This commit is contained in:
commit
701363347f
2 changed files with 2 additions and 2 deletions
2
CHANGES
2
CHANGES
|
@ -1,4 +1,4 @@
|
|||
Release v0.3.0
|
||||
2013-08-20 v0.3.0
|
||||
* Language:
|
||||
- Return assignments, the ability to assign to the return keyword
|
||||
as if it were a local variable.
|
||||
|
|
2
gmqcc.h
2
gmqcc.h
|
@ -41,7 +41,7 @@
|
|||
#define GMQCC_VERSION \
|
||||
GMQCC_VERSION_BUILD(GMQCC_VERSION_MAJOR, GMQCC_VERSION_MINOR, GMQCC_VERSION_PATCH)
|
||||
/* Undefine the following on a release-tag: */
|
||||
#define GMQCC_VERSION_TYPE_DEVEL
|
||||
/*#define GMQCC_VERSION_TYPE_DEVEL*/
|
||||
|
||||
/* Full version string in case we need it */
|
||||
#ifdef GMQCC_VERSION_TYPE_DEVEL
|
||||
|
|
Loading…
Reference in a new issue