From 90f76807d5e1862f670a65273f8d5ffc6693b4d3 Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Mon, 24 Jul 2023 02:03:35 +0200 Subject: [PATCH] 230724 release files --- PortableApps/App/AppInfo/appinfo.ini | 4 ++-- Release/ConEmu/WhatsNew-ConEmu.txt | 5 +++++ src/ConEmu/version.h | 4 ++-- src/Setup/Setupper/VersionI.h | 10 +++++----- src/Setup/Version.wxi | 4 ++-- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 0583d124a..288f90243 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=23.7.23.0 -DisplayVersion=230723 +PackageVersion=23.7.24.0 +DisplayVersion=230724 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 2c78391bf..2fc78213b 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,11 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2023.7.24 +* gh-2536: Do not emit control characters in title reports (capability fix). +* l10n: translations were updated + + 2023.7.23 * gh-2536: Do not emit control characters in title reports. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 03903f835..9e663501c 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 230723 +// 230724 #define MVV_1 23 #define MVV_2 7 -#define MVV_3 23 +#define MVV_3 24 #define MVV_4 0 #define MVV_4a "" #undef MVV_git diff --git a/src/Setup/Setupper/VersionI.h b/src/Setup/Setupper/VersionI.h index f3fb827a4..3b330a286 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 23,7,23,0 -#define CONEMUVERS "230723" -#define CONEMUVERL L"230723" -#define MSI86 "../ConEmu.230723.x86.msi" -#define MSI64 "../ConEmu.230723.x64.msi" +#define CONEMUVERN 23,7,24,0 +#define CONEMUVERS "230724" +#define CONEMUVERL L"230724" +#define MSI86 "../ConEmu.230724.x86.msi" +#define MSI64 "../ConEmu.230724.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 152017071..0c532a018 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file