Skip to content

Commit b834240

Browse files
committed
Restore dev version; fix attribution in changelog
1 parent 58780d6 commit b834240

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Since 5.0-alpha16:
99

1010
* PR #1555 Added API to disable fast up to date checks (@nickclark2016)
1111
* PR #1570 Initial C++20 module support for Visual Studio (@hannes-harnisch)
12-
* PR #1619 Xcode embed libraries (@nickgravelyn)
12+
* PR #1619 Xcode embed libraries (@kellygravelyn)
1313
* PR #1625 Remove "*ng" action deprecation (@noresources)
1414
* PR #1629 Added support for Premake on macOS universal binary (@tempura-sukiyaki)
1515
* PR #1635 Fix typo in Using Premake documentation (@abhiss)
@@ -43,7 +43,7 @@ Since 5.0-alpha16:
4343
* PR #1736 Update showcase to include Orx (@sausagejohnson)
4444
* PR #1662 Handle buildcommand for Codelite (@Jarod42)
4545
* PR #1658 Fix D module compiler output for Visual Studio (@nickclark2016)
46-
* PR #1728 Add action to check for and generate missing documentation (@ssurtees)
46+
* PR #1728 Add action to check for and generate missing documentation (@LORgames)
4747
* PR #1721 Add custom rules for Gmake2 & Codelite (@Jarod42)
4848
* PR #1739 Fix #1628 failing macOS os.findlib() test (@starkos)
4949

src/host/premake.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <stdlib.h>
1313

14-
#define PREMAKE_VERSION "5.0.0-beta1"
14+
#define PREMAKE_VERSION "5.0.0-dev"
1515
#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2021 Jason Perkins and the Premake Project"
1616
#define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"
1717

0 commit comments

Comments
 (0)