Skip to content

Commit b5871b8

Browse files
committed
Revert version back to dev versioning
1 parent eb5238f commit b5871b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/host/premake.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \file premake.h
33
* \brief Program-wide constants and definitions.
4-
* \author Copyright (c) 2002-2021 Jess Perkins and the Premake project
4+
* \author Copyright (c) 2002-2024 Jess Perkins and the Premake project
55
*/
66

77
#define lua_c
@@ -12,8 +12,8 @@
1212
#include <stdint.h>
1313
#include <stdlib.h>
1414

15-
#define PREMAKE_VERSION "5.0.0-beta3"
16-
#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2021 Jess Perkins and the Premake Project"
15+
#define PREMAKE_VERSION "5.0.0-dev"
16+
#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2024 Jess Perkins and the Premake Project"
1717
#define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"
1818

1919
#if defined(__linux__)

0 commit comments

Comments
 (0)