------------------------------------------------------------ revno: 3357 committer: poy <p...@123gen.com> branch nick: trunk timestamp: Sun 2013-09-22 16:15:28 +0200 message: 0.830 modified: changelog.txt dcpp/version.h win32/DCPlusPlus.rc
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt' --- changelog.txt 2013-09-22 13:55:59 +0000 +++ changelog.txt 2013-09-22 14:15:28 +0000 @@ -1,3 +1,4 @@ +-- 0.830 2013-09-22 -- * [L#1010996] Correct search responses (maksis, poy) * [L#1206658] Fix transfer painting issues (poy) * [L#1208049] Properly ungroup transfer items (poy) @@ -14,6 +15,7 @@ * [L#1225930] Always show the window when double-clicking the notif icon (poy) * [L#1220488] Upgrade the compiler * Reduce the max protocol command size from 16 MiB to 16 KiB +* Documentation and translations updated as usual, thanks everyone -- 0.828 2013-07-23 -- * Translation fixes === modified file 'dcpp/version.h' --- dcpp/version.h 2013-07-23 12:52:13 +0000 +++ dcpp/version.h 2013-09-22 14:15:28 +0000 @@ -21,8 +21,8 @@ #define APPNAME "DC++" // don't forget to update the .rc file as well! -#define VERSIONSTRING "0.828" -#define VERSIONFLOAT 0.828 +#define VERSIONSTRING "0.830" +#define VERSIONFLOAT 0.830 namespace dcpp { extern const std::string fullVersionString; === modified file 'win32/DCPlusPlus.rc' --- win32/DCPlusPlus.rc 2013-07-23 12:52:13 +0000 +++ win32/DCPlusPlus.rc 2013-09-22 14:15:28 +0000 @@ -100,8 +100,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,8,2,8 - PRODUCTVERSION 0,8,2,8 + FILEVERSION 0,8,3,0 + PRODUCTVERSION 0,8,3,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -118,12 +118,12 @@ BEGIN VALUE "Comments", "http://dcplusplus.sourceforge.net" VALUE "FileDescription", "DC++" - VALUE "FileVersion", "0, 8, 2, 8" + VALUE "FileVersion", "0, 8, 3, 0" VALUE "InternalName", "DC++" VALUE "LegalCopyright", "Copyright 2001-2013 Jacek Sieka" VALUE "OriginalFilename", "DCPlusPlus.exe" VALUE "ProductName", "DC++" - VALUE "ProductVersion", "0, 8, 2, 8" + VALUE "ProductVersion", "0, 8, 3, 0" END END BLOCK "VarFileInfo"
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp