Skip to content

Commit

Permalink
140923 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Sep 24, 2014
1 parent 1ea8591 commit 21c2cbb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 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.9.22.0
DisplayVersion=140922
PackageVersion=14.9.23.0
DisplayVersion=140923

[Format]
Type=PortableApps.comFormat
Expand Down
6 changes: 6 additions & 0 deletions Release/ConEmu/WhatsNew-ConEmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Votes and awards (vote for ConEmu, if you please)
http://code.google.com/p/conemu-maximus5/wiki/Awards


2014.09.23
[*] Debug purpose switch: ConEmu.exe -LoadRegistry.
[*] Support automatic find/loading of ".ConEmu.xml" (dot prefixed) config file.
[*] Wrong dpi was used if starting on second monitor (9df4391 regression).


2014.09.22
[!] Internal: CSettings decomposition.
[+] GuiMacro may be used for changing Checkbox/Radio ConEmu's options.
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 @@
// 140922
// 140923
#define MVV_1 14
#define MVV_2 9
#define MVV_3 22
#define MVV_3 23
#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 14,9,22,0
#define CONEMUVERS "140922"
#define CONEMUVERL L"140922"
#define MSI86 "../ConEmu.140922.x86.msi"
#define MSI64 "../ConEmu.140922.x64.msi"
#define CONEMUVERN 14,9,23,0
#define CONEMUVERS "140923"
#define CONEMUVERL L"140923"
#define MSI86 "../ConEmu.140923.x86.msi"
#define MSI64 "../ConEmu.140923.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.9220' ?>
<?define ConEmuVerS = '140922.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).140.9230' ?>
<?define ConEmuVerS = '140923.$(var.Platform)' ?>

</Include>

0 comments on commit 21c2cbb

Please sign in to comment.