Skip to content

Commit

Permalink
160828 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Aug 29, 2016
1 parent 31a3c22 commit 652c303
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 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.7.24.0
DisplayVersion=160724
PackageVersion=16.8.28.0
DisplayVersion=160828

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


2016.8.28
* gi-821: Fixed crash on startup if Explorer is not started.
* Support sha256 checksum in chocolatey package.
* gh-832: Fix crash on erasing ‘Settings->Keys & Macro->Mark/Copy->Exceptions’.
* gh-766: Prefer 'TEMP' env.var over GetTempPath function.
* GuiMacro: Let Detach(1) do the work without confirmation.


2016.7.24
* gh-780: Fix crash on drawing certain text data.

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 @@
// 160724
// 160828
#define MVV_1 16
#define MVV_2 7
#define MVV_3 24
#define MVV_2 8
#define MVV_3 28
#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 16,7,24,0
#define CONEMUVERS "160724"
#define CONEMUVERL L"160724"
#define MSI86 "../ConEmu.160724.x86.msi"
#define MSI64 "../ConEmu.160724.x64.msi"
#define CONEMUVERN 16,8,28,0
#define CONEMUVERS "160828"
#define CONEMUVERL L"160828"
#define MSI86 "../ConEmu.160828.x86.msi"
#define MSI64 "../ConEmu.160828.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).160.7240' ?>
<?define ConEmuVerS = '160724.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).160.8280' ?>
<?define ConEmuVerS = '160828.$(var.Platform)' ?>

</Include>

0 comments on commit 652c303

Please sign in to comment.