Skip to content

Commit

Permalink
210905 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Sep 5, 2021
1 parent 320e8cc commit 9d12a1f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
4 changes: 2 additions & 2 deletions PortableApps/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Version]
PackageVersion=21.8.22.0
DisplayVersion=210822
PackageVersion=21.9.5.0
DisplayVersion=210905

[Format]
Type=PortableApps.comFormat
Expand Down
5 changes: 5 additions & 0 deletions Release/ConEmu/WhatsNew-ConEmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions src/ConEmu/version.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ConEmu/version_stage.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#define CEVS_PREVIEW 1
#define CEVS_ALPHA 2

#define ConEmuVersionStage CEVS_PREVIEW
#define ConEmuVersionStage CEVS_STABLE
10 changes: 5 additions & 5 deletions src/Setup/Setupper/VersionI.h
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions src/Setup/Version.wxi
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 9d12a1f

Please sign in to comment.