Merge remote-tracking branch 'upstream/master' into master_PKGBUILD

This commit is contained in:
Matthias Krüger 2013-08-20 00:06:01 +02:00
commit 701363347f
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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