Skip to content

Commit

Permalink
Bump version to RELEASE 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atic-atac committed Mar 17, 2013
1 parent f43556e commit 6d135b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/buildinfo/version.h
Expand Up @@ -30,9 +30,9 @@
*
* NOTE: only one of these defines must be nonzero
*/
#define MINT_STATUS_CVS 1
#define MINT_STATUS_CVS 0
#define MINT_STATUS_BETA 0
#define MINT_STATUS_RELEASE 0
#define MINT_STATUS_RELEASE 1

#if (MINT_STATUS_CVS + MINT_STATUS_BETA + MINT_STATUS_RELEASE) > 1
# error only one of the MINT_STATUS_* macros can be 1
Expand Down

0 comments on commit 6d135b4

Please sign in to comment.