Skip to content

Commit 3f0b584

Browse files
committed
210912 release files
1 parent b8e0fcb commit 3f0b584

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

Diff for: Deploy/Deploy_git.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ set ex7z_src=License.txt cmd_autorun.cmd About-ConEmu.txt FAQ-ConEmu.txt Setting
8383
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
8484
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
8585
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-*
86+
set ex7z_src=%ex7z_src% -x!coverage -x!far
8687
7z a -r "%ConEmu_Maximus5_src_7z%" src\* *.lng %ex7zlist% %ex7z_src%
8788
7z a -r "%ConEmu_Maximus5_src_7z%" PortableApps\*
8889
if errorlevel 1 goto err7z

Diff for: PortableApps/App/AppInfo/appinfo.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Version]
2-
PackageVersion=21.9.5.0
3-
DisplayVersion=210905
2+
PackageVersion=21.9.12.0
3+
DisplayVersion=210912
44

55
[Format]
66
Type=PortableApps.comFormat

Diff for: Release/ConEmu/WhatsNew-ConEmu.txt

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ https://conemu.github.io/en/Whats_New.html
2020
-------------------------------------------
2121

2222

23+
2021.9.12
24+
* gh-2363: Fix tasks file parser.
25+
* If temp file deletion fails register it to delete on reboot.
26+
* Default update channel for stable builds should be Stable.
27+
* l10n: translations were updated
28+
29+
2330
2021.9.5
2431
* Add hotkey to move focus from ConEmu to parent window during ConEmu Inside mode.
2532
* gh-2362: When ‘Process 'start'’ is enabled support starting .bat files from Far Manager by Shift+Enter in new tab automatically.

Diff for: src/ConEmu/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// 210905
1+
// 210912
22
#define MVV_1 21
33
#define MVV_2 9
4-
#define MVV_3 5
4+
#define MVV_3 12
55
#define MVV_4 0
66
#define MVV_4a ""
77
#undef MVV_git

Diff for: src/Setup/Setupper/VersionI.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#define CONEMUVERN 21,9,5,0
2-
#define CONEMUVERS "210905"
3-
#define CONEMUVERL L"210905"
4-
#define MSI86 "../ConEmu.210905.x86.msi"
5-
#define MSI64 "../ConEmu.210905.x64.msi"
1+
#define CONEMUVERN 21,9,12,0
2+
#define CONEMUVERS "210912"
3+
#define CONEMUVERL L"210912"
4+
#define MSI86 "../ConEmu.210912.x86.msi"
5+
#define MSI64 "../ConEmu.210912.x64.msi"

Diff for: src/Setup/Version.wxi

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
33

4-
<?define Version = '$(var.MajorVersion).210.9050' ?>
5-
<?define ConEmuVerS = '210905.$(var.Platform)' ?>
4+
<?define Version = '$(var.MajorVersion).210.9120' ?>
5+
<?define ConEmuVerS = '210912.$(var.Platform)' ?>
66

77
</Include>

0 commit comments

Comments
 (0)