Skip to content

Commit

Permalink
161022 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Oct 22, 2016
1 parent f93c7be commit 6b17952
Show file tree
Hide file tree
Showing 5 changed files with 22 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=16.10.9.1
DisplayVersion=161009a
PackageVersion=16.10.22.0
DisplayVersion=161022

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


2016.10.22
* gh-910: Fix regression: slower startup.
* File `wsl-con.cmd` was created by msi in wrong folder.
* Far Macro. Some improvements in ConEmu.CtrlNumber.lua
* Console test (ConEmuC -checkunicode) improved.
* gh-919: Fix misprint.
* Some internal changes in hooking: support KernelBase for installing injects.


2016.10.9a
* gh-896: Fix regression: cygwin/msys process creation was broken.

Expand Down
8 changes: 4 additions & 4 deletions src/ConEmu/version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// 161009a
// 161022
#define MVV_1 16
#define MVV_2 10
#define MVV_3 9
#define MVV_4 1
#define MVV_4a "a"
#define MVV_3 22
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git

#include "version_stage.h"
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 16,10,9,1
#define CONEMUVERS "161009a"
#define CONEMUVERL L"161009a"
#define MSI86 "../ConEmu.161009a.x86.msi"
#define MSI64 "../ConEmu.161009a.x64.msi"
#define CONEMUVERN 16,10,22,0
#define CONEMUVERS "161022"
#define CONEMUVERL L"161022"
#define MSI86 "../ConEmu.161022.x86.msi"
#define MSI64 "../ConEmu.161022.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).161.0091' ?>
<?define ConEmuVerS = '161009a.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).161.0220' ?>
<?define ConEmuVerS = '161022.$(var.Platform)' ?>

</Include>

0 comments on commit 6b17952

Please sign in to comment.