From a6a5dbe488db89905a2dfa90e3a4f07a051599c6 Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Mon, 6 Jun 2016 19:14:49 -0400 Subject: [PATCH] Restore dev version number --- src/host/premake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/premake.h b/src/host/premake.h index 67016de7..c52e2693 100644 --- a/src/host/premake.h +++ b/src/host/premake.h @@ -9,7 +9,7 @@ #include "lauxlib.h" #include "lualib.h" -#define PREMAKE_VERSION "5.0.0-alpha9" +#define PREMAKE_VERSION "5.0.0-dev" #define PREMAKE_COPYRIGHT "Copyright (C) 2002-2016 Jason Perkins and the Premake Project" #define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"