210905 release files

This commit is contained in:
Maximus5 2021-09-06 00:10:06 +02:00
parent 320e8cca38
commit 9d12a1fe95
6 changed files with 18 additions and 13 deletions

View File

@ -1,6 +1,6 @@
[Version]
PackageVersion=21.8.22.0
DisplayVersion=210822
PackageVersion=21.9.5.0
DisplayVersion=210905
[Format]
Type=PortableApps.comFormat

View File

@ -20,6 +20,11 @@ https://conemu.github.io/en/Whats_New.html
-------------------------------------------
2021.9.5
* Add hotkey to move focus from ConEmu to parent window during ConEmu Inside mode.
* gh-2362: When Process 'start' is enabled support starting .bat files from Far Manager by Shift+Enter in new tab automatically.
2021.8.22
* gh-2356: fix crash when running jom.exe.

View File

@ -1,7 +1,7 @@
// 210822
// 210905
#define MVV_1 21
#define MVV_2 8
#define MVV_3 22
#define MVV_2 9
#define MVV_3 5
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git

View File

@ -4,4 +4,4 @@
#define CEVS_PREVIEW 1
#define CEVS_ALPHA 2
#define ConEmuVersionStage CEVS_PREVIEW
#define ConEmuVersionStage CEVS_STABLE

View File

@ -1,5 +1,5 @@
#define CONEMUVERN 21,8,22,0
#define CONEMUVERS "210822"
#define CONEMUVERL L"210822"
#define MSI86 "../ConEmu.210822.x86.msi"
#define MSI64 "../ConEmu.210822.x64.msi"
#define CONEMUVERN 21,9,5,0
#define CONEMUVERS "210905"
#define CONEMUVERL L"210905"
#define MSI86 "../ConEmu.210905.x86.msi"
#define MSI64 "../ConEmu.210905.x64.msi"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define Version = '$(var.MajorVersion).210.8220' ?>
<?define ConEmuVerS = '210822.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).210.9050' ?>
<?define ConEmuVerS = '210905.$(var.Platform)' ?>
</Include>