We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5238f commit b5871b8Copy full SHA for b5871b8
src/host/premake.h
@@ -1,7 +1,7 @@
1
/**
2
* \file premake.h
3
* \brief Program-wide constants and definitions.
4
- * \author Copyright (c) 2002-2021 Jess Perkins and the Premake project
+ * \author Copyright (c) 2002-2024 Jess Perkins and the Premake project
5
*/
6
7
#define lua_c
@@ -12,8 +12,8 @@
12
#include <stdint.h>
13
#include <stdlib.h>
14
15
-#define PREMAKE_VERSION "5.0.0-beta3"
16
-#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"
17
#define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"
18
19
#if defined(__linux__)
0 commit comments