From 3c1f106ebb43d52f5e361787e0a8b766a45144db Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Thu, 17 Dec 2015 17:36:22 -0500 Subject: [PATCH] Restore development version --- src/host/premake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/premake.c b/src/host/premake.c index 384c18dc..e5f23498 100644 --- a/src/host/premake.c +++ b/src/host/premake.c @@ -14,7 +14,7 @@ #endif -#define VERSION "5.0.0-alpha7" +#define VERSION "5.0.0-dev" #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"