Skip to content

Commit

Permalink
140814 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Aug 15, 2014
1 parent a9d8dc0 commit 60b20ba
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=14.08.12.0
DisplayVersion=140812
PackageVersion=14.08.14.0
DisplayVersion=140814

[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 @@ -13,6 +13,15 @@ http://code.google.com/p/conemu-maximus5/wiki/Awards



2014.08.14
[*] Issue 1672: Attach to a console window clears its window title.
[*] DefTerm. Use switch "/ROOTEXE" internally to let ConEmuC know the name of root executable.
[*] More tab switch fixed for Far Manager 4040 (‘Desktop’ is now has ‘0’ index).
[*] New status column for debugging purposes - ‘Keyboard hooks’.
[*] Advanced logging of monitor dpi.
[*] Wrong values was written to log in ‘Loaded pos’.


2014.08.12
[%] Issue 1669: Internal tab switching was broken from Far 4040.
[%] Issue 1670: Powershell + PSReadLine makes progress get stuck.
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 @@
// 140812
// 140814
#define MVV_1 14
#define MVV_2 8
#define MVV_3 12
#define MVV_4 2
#define MVV_4a "b"
#define MVV_3 14
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git
//
#include "version_macro.h"
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 14,8,12,0
#define CONEMUVERS "140812"
#define CONEMUVERL L"140812"
#define MSI86 "../ConEmu.140812.x86.msi"
#define MSI64 "../ConEmu.140812.x64.msi"
#define CONEMUVERN 14,8,14,0
#define CONEMUVERS "140814"
#define CONEMUVERL L"140814"
#define MSI86 "../ConEmu.140814.x86.msi"
#define MSI64 "../ConEmu.140814.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).140.8120' ?>
<?define ConEmuVerS = '140812.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).140.8140' ?>
<?define ConEmuVerS = '140814.$(var.Platform)' ?>

</Include>

0 comments on commit 60b20ba

Please sign in to comment.