File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Since 5.0-alpha16:
9
9
10
10
* PR #1555 Added API to disable fast up to date checks (@nickclark2016)
11
11
* 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 )
13
13
* PR #1625 Remove "*ng" action deprecation (@noresources)
14
14
* PR #1629 Added support for Premake on macOS universal binary (@tempura-sukiyaki)
15
15
* PR #1635 Fix typo in Using Premake documentation (@abhiss)
@@ -43,7 +43,7 @@ Since 5.0-alpha16:
43
43
* PR #1736 Update showcase to include Orx (@sausagejohnson)
44
44
* PR #1662 Handle buildcommand for Codelite (@Jarod42)
45
45
* 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 )
47
47
* PR #1721 Add custom rules for Gmake2 & Codelite (@Jarod42)
48
48
* PR #1739 Fix #1628 failing macOS os.findlib() test (@starkos)
49
49
Original file line number Diff line number Diff line change 11
11
12
12
#include <stdlib.h>
13
13
14
- #define PREMAKE_VERSION "5.0.0-beta1 "
14
+ #define PREMAKE_VERSION "5.0.0-dev "
15
15
#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2021 Jason Perkins and the Premake Project"
16
16
#define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"
17
17
You can’t perform that action at this time.
0 commit comments