Skip to content

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
starkos committed Dec 17, 2015
1 parent 408c1be commit 7c9d70e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/host/premake.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7c9d70e

Please sign in to comment.