From 313364dae5b7ce48c2c2a31120f8c4f70284f268 Mon Sep 17 00:00:00 2001 From: Nicholaus Clark Date: Mon, 11 Nov 2024 10:29:45 -0500 Subject: [PATCH] Revert version back to dev versioning --- src/host/premake.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/host/premake.h b/src/host/premake.h index 9bf203806..3e3c19d0f 100644 --- a/src/host/premake.h +++ b/src/host/premake.h @@ -12,8 +12,8 @@ #include #include -#define PREMAKE_VERSION "5.0.0-beta3" -#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2021 Jess Perkins and the Premake Project" +#define PREMAKE_VERSION "5.0.0-dev" +#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2024 Jess Perkins and the Premake Project" #define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki" #if defined(__linux__)