Skip to content

Commit 313364d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/host/premake.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)