From: <arn...@us...> - 2006-10-10 14:44:52
|
Revision: 673 http://svn.sourceforge.net/dcplusplus/?rev=673&view=rev Author: arnetheduck Date: 2006-10-10 07:44:41 -0700 (Tue, 10 Oct 2006) Log Message: ----------- version update Modified Paths: -------------- dcplusplus/trunk/DCPlusPlus.rc dcplusplus/trunk/Example.xml dcplusplus/trunk/changelog.txt dcplusplus/trunk/client/version.h Modified: dcplusplus/trunk/DCPlusPlus.rc =================================================================== --- dcplusplus/trunk/DCPlusPlus.rc 2006-10-10 10:16:29 UTC (rev 672) +++ dcplusplus/trunk/DCPlusPlus.rc 2006-10-10 14:44:41 UTC (rev 673) @@ -942,8 +942,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,6,9,7 - PRODUCTVERSION 0,6,9,7 + FILEVERSION 0,6,9,8 + PRODUCTVERSION 0,6,9,8 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -960,12 +960,12 @@ BEGIN VALUE "Comments", "http://dcplusplus.sourceforge.net" VALUE "FileDescription", "DC++" - VALUE "FileVersion", "0, 6, 9, 7" + VALUE "FileVersion", "0, 6, 9, 8" VALUE "InternalName", "DC++" VALUE "LegalCopyright", "Copyright 2001-2006 Jacek Sieka" VALUE "OriginalFilename", "DCPlusPlus.exe" VALUE "ProductName", "DC++" - VALUE "ProductVersion", "0, 6, 9, 7" + VALUE "ProductVersion", "0, 6, 9, 8" END END BLOCK "VarFileInfo" Modified: dcplusplus/trunk/Example.xml =================================================================== --- dcplusplus/trunk/Example.xml 2006-10-10 10:16:29 UTC (rev 672) +++ dcplusplus/trunk/Example.xml 2006-10-10 14:44:41 UTC (rev 673) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<Language Name="Example Language" Native="English" Code="en" Author="arnetheduck" Version="0.697" Revision="1" RightToLeft="0"> +<Language Name="Example Language" Native="English" Code="en" Author="arnetheduck" Version="0.698" Revision="1" RightToLeft="0"> <Strings> <String Name="Active">Active</String> <String Name="ActiveSearchString">Enabled / Search String</String> Modified: dcplusplus/trunk/changelog.txt =================================================================== --- dcplusplus/trunk/changelog.txt 2006-10-10 10:16:29 UTC (rev 672) +++ dcplusplus/trunk/changelog.txt 2006-10-10 14:44:41 UTC (rev 673) @@ -1,4 +1,4 @@ --- -- +-- 0.698 -- * [bug 1065] Code cleanup (thanks steven sheehy) * Fixed readme.txt (thanks ullner) * More code cleanup Modified: dcplusplus/trunk/client/version.h =================================================================== --- dcplusplus/trunk/client/version.h 2006-10-10 10:16:29 UTC (rev 672) +++ dcplusplus/trunk/client/version.h 2006-10-10 14:44:41 UTC (rev 673) @@ -17,7 +17,7 @@ */ #define APPNAME "DC++" -#define VERSIONSTRING "0.697" -#define VERSIONFLOAT 0.697 +#define VERSIONSTRING "0.698" +#define VERSIONFLOAT 0.698 /* Update the .rc file as well... */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |