From 4eba89e8198f980688f4e9152800218e4f92cd83 Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Tue, 26 Feb 2019 00:45:27 +0300 Subject: [PATCH] 190225 release files --- PortableApps/App/AppInfo/appinfo.ini | 4 ++-- Release/ConEmu/WhatsNew-ConEmu.txt | 4 ++++ src/ConEmu/version.h | 4 ++-- src/Setup/Setupper/VersionI.h | 10 +++++----- src/Setup/Version.wxi | 4 ++-- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 9d2689c891..f172f1de3c 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=19.2.24.0 -DisplayVersion=190224 +PackageVersion=19.2.25.0 +DisplayVersion=190225 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index abbf356f3a..cc2317d978 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,10 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2019.2.25 +* gh-1835: Connector failed to start (regression). + + 2019.2.24 * gh-1159, gh-1775: ANSI, tmux, compatibility issues. * Connector v1.2.6: Pass ConEmuServerPID environment variable to wslbridge. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 152a453934..f12044c493 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 190224 +// 190225 #define MVV_1 19 #define MVV_2 2 -#define MVV_3 24 +#define MVV_3 25 #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 8c6c572096..689bd2adcd 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 19,2,24,0 -#define CONEMUVERS "190224" -#define CONEMUVERL L"190224" -#define MSI86 "../ConEmu.190224.x86.msi" -#define MSI64 "../ConEmu.190224.x64.msi" +#define CONEMUVERN 19,2,25,0 +#define CONEMUVERS "190225" +#define CONEMUVERL L"190225" +#define MSI86 "../ConEmu.190225.x86.msi" +#define MSI64 "../ConEmu.190225.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 799853b521..bcf1f11586 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file