Skip to content

Commit

Permalink
210912 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Sep 12, 2021
1 parent b8e0fcb commit 3f0b584
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
1 change: 1 addition & 0 deletions Deploy/Deploy_git.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ set ex7z_src=License.txt cmd_autorun.cmd About-ConEmu.txt FAQ-ConEmu.txt Setting
set ex7z_src=%ex7z_src% -x!src\dosbox -x!src\*.plog -x!src\ConEmu_Org -x!\MinGW\ -x!src\_Profiler -x!src\_ToDo -x!*.diff -x!*.cab -x!src\Setup\setup_exe
set ex7z_src=%ex7z_src% -x!src\ConEmuTh\Modules\mp3 -x!src\ConEmuTh\Modules\pe\ver_c0*.dll -x!src\ConEmuLn\x64 -x!src\ConEmuDW\Test\ConEmu
set ex7z_src=%ex7z_src% -x!src\ConEmuDW\Test.std -x!src\ConEmuDW\95.mht -x!src\ConEmuDW\viewtopic.htm -x!src\ConEmuBg\x64 -x!_VCBUILD -x!*.VC.db-*
set ex7z_src=%ex7z_src% -x!coverage -x!far
7z a -r "%ConEmu_Maximus5_src_7z%" src\* *.lng %ex7zlist% %ex7z_src%
7z a -r "%ConEmu_Maximus5_src_7z%" PortableApps\*
if errorlevel 1 goto err7z
Expand Down
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.9.5.0
DisplayVersion=210905
PackageVersion=21.9.12.0
DisplayVersion=210912

[Format]
Type=PortableApps.comFormat
Expand Down
7 changes: 7 additions & 0 deletions Release/ConEmu/WhatsNew-ConEmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ https://conemu.github.io/en/Whats_New.html
-------------------------------------------


2021.9.12
* gh-2363: Fix tasks file parser.
* If temp file deletion fails register it to delete on reboot.
* Default update channel for stable builds should be Stable.
* l10n: translations were updated


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.
Expand Down
4 changes: 2 additions & 2 deletions src/ConEmu/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 210905
// 210912
#define MVV_1 21
#define MVV_2 9
#define MVV_3 5
#define MVV_3 12
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git
Expand Down
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,9,5,0
#define CONEMUVERS "210905"
#define CONEMUVERL L"210905"
#define MSI86 "../ConEmu.210905.x86.msi"
#define MSI64 "../ConEmu.210905.x64.msi"
#define CONEMUVERN 21,9,12,0
#define CONEMUVERS "210912"
#define CONEMUVERL L"210912"
#define MSI86 "../ConEmu.210912.x86.msi"
#define MSI64 "../ConEmu.210912.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.9050' ?>
<?define ConEmuVerS = '210905.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).210.9120' ?>
<?define ConEmuVerS = '210912.$(var.Platform)' ?>

</Include>

0 comments on commit 3f0b584

Please sign in to comment.