From b83424068cd6bf52b5bbaa539cf723c1b5eb7f20 Mon Sep 17 00:00:00 2001 From: starkos Date: Fri, 29 Oct 2021 09:52:26 -0400 Subject: [PATCH] Restore dev version; fix attribution in changelog --- CHANGES.txt | 4 ++-- src/host/premake.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 17f53346..267ef0d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,7 @@ Since 5.0-alpha16: * PR #1555 Added API to disable fast up to date checks (@nickclark2016) * PR #1570 Initial C++20 module support for Visual Studio (@hannes-harnisch) -* PR #1619 Xcode embed libraries (@nickgravelyn) +* PR #1619 Xcode embed libraries (@kellygravelyn) * PR #1625 Remove "*ng" action deprecation (@noresources) * PR #1629 Added support for Premake on macOS universal binary (@tempura-sukiyaki) * PR #1635 Fix typo in Using Premake documentation (@abhiss) @@ -43,7 +43,7 @@ Since 5.0-alpha16: * PR #1736 Update showcase to include Orx (@sausagejohnson) * PR #1662 Handle buildcommand for Codelite (@Jarod42) * PR #1658 Fix D module compiler output for Visual Studio (@nickclark2016) -* PR #1728 Add action to check for and generate missing documentation (@ssurtees) +* PR #1728 Add action to check for and generate missing documentation (@LORgames) * PR #1721 Add custom rules for Gmake2 & Codelite (@Jarod42) * PR #1739 Fix #1628 failing macOS os.findlib() test (@starkos) diff --git a/src/host/premake.h b/src/host/premake.h index 2b7ced0e..00c29f6b 100644 --- a/src/host/premake.h +++ b/src/host/premake.h @@ -11,7 +11,7 @@ #include -#define PREMAKE_VERSION "5.0.0-beta1" +#define PREMAKE_VERSION "5.0.0-dev" #define PREMAKE_COPYRIGHT "Copyright (C) 2002-2021 Jason Perkins and the Premake Project" #define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"