diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index d6dbf2e6dd..aa1d38b30a 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=14.9.5.0 -DisplayVersion=140905 +PackageVersion=14.9.8.0 +DisplayVersion=140908 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 41564286bb..1a6f85f87d 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -13,6 +13,12 @@ http://code.google.com/p/conemu-maximus5/wiki/Awards +2014.09.08 +[*] Issue 1690: Give more weight to "/dir" ConEmu.exe switch than the same from Task parameter. +[*] Issue 1703: Force CD refresh before starting hyperlink (editor). +[*] Spare "cmd.exe" was appeared in the process root in some cases. + + 2014.09.05 [*] Issue 1684: Long startup of documents from network drives. [*] Issue 1703: Prepare FarPlugin to send both panel CD's to GUI. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 63b27c9ba4..761fde3c41 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 140905 +// 140908 #define MVV_1 14 #define MVV_2 9 -#define MVV_3 5 +#define MVV_3 8 #define MVV_4 0 #define MVV_4a "" #undef MVV_git diff --git a/src/Setup/Setupper/VersionI.h b/src/Setup/Setupper/VersionI.h index 1b50e41f95..30c6e1593d 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 14,9,5,0 -#define CONEMUVERS "140905" -#define CONEMUVERL L"140905" -#define MSI86 "../ConEmu.140905.x86.msi" -#define MSI64 "../ConEmu.140905.x64.msi" +#define CONEMUVERN 14,9,8,0 +#define CONEMUVERS "140908" +#define CONEMUVERL L"140908" +#define MSI86 "../ConEmu.140908.x86.msi" +#define MSI64 "../ConEmu.140908.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 517fe57cee..3ccad7ce25 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file