Update version number for release

This commit is contained in:
Jason Perkins 2015-12-16 19:58:49 -05:00
parent 9edfe480bc
commit 3cae827c3d
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ PREMAKE RELEASE CHECKLIST
PREP
* Make sure submodules are up to date
* Create working branch for release prep
* Update CHANGES.txt and CONTRIBUTORS.txt

View File

@ -14,7 +14,7 @@
#endif
#define VERSION "5.0.0-dev"
#define VERSION "5.0.0-alpha7"
#define COPYRIGHT "Copyright (C) 2002-2015 Jason Perkins and the Premake Project"
#define PROJECT_URL "https://github.com/premake/premake-core/wiki"
#define ERROR_MESSAGE "Error: %s\n"