We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ca81a commit 446ad5eCopy full SHA for 446ad5e
src/host/premake.h
@@ -18,8 +18,8 @@
18
#include <stdint.h>
19
#include <stdlib.h>
20
21
-#define PREMAKE_VERSION "5.0.0-beta5"
22
-#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2024 Jess Perkins and the Premake Project"
+#define PREMAKE_VERSION "5.0.0-dev"
+#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2025 Jess Perkins and the Premake Project"
23
#define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"
24
25
#if defined(__linux__)
0 commit comments