From: <arn...@us...> - 2006-10-04 01:47:39
|
Revision: 660 http://svn.sourceforge.net/dcplusplus/?rev=660&view=rev Author: arnetheduck Date: 2006-09-29 08:41:55 -0700 (Fri, 29 Sep 2006) Log Message: ----------- New version Modified Paths: -------------- dcplusplus/trunk/DCPlusPlus.rc dcplusplus/trunk/Example.xml dcplusplus/trunk/client/version.h Modified: dcplusplus/trunk/DCPlusPlus.rc =================================================================== --- dcplusplus/trunk/DCPlusPlus.rc 2006-09-29 13:34:42 UTC (rev 659) +++ dcplusplus/trunk/DCPlusPlus.rc 2006-09-29 15:41:55 UTC (rev 660) @@ -942,8 +942,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,6,9,6 - PRODUCTVERSION 0,6,9,6 + FILEVERSION 0,6,9,7 + PRODUCTVERSION 0,6,9,7 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, 6" + VALUE "FileVersion", "0, 6, 9, 7" VALUE "InternalName", "DC++" VALUE "LegalCopyright", "Copyright 2001-2006 Jacek Sieka" VALUE "OriginalFilename", "DCPlusPlus.exe" VALUE "ProductName", "DC++" - VALUE "ProductVersion", "0, 6, 9, 6" + VALUE "ProductVersion", "0, 6, 9, 7" END END BLOCK "VarFileInfo" Modified: dcplusplus/trunk/Example.xml =================================================================== --- dcplusplus/trunk/Example.xml 2006-09-29 13:34:42 UTC (rev 659) +++ dcplusplus/trunk/Example.xml 2006-09-29 15:41:55 UTC (rev 660) @@ -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.696" Revision="1" RightToLeft="0"> +<Language Name="Example Language" Native="English" Code="en" Author="arnetheduck" Version="0.697" Revision="1" RightToLeft="0"> <Strings> <String Name="Active">Active</String> <String Name="ActiveSearchString">Enabled / Search String</String> Modified: dcplusplus/trunk/client/version.h =================================================================== --- dcplusplus/trunk/client/version.h 2006-09-29 13:34:42 UTC (rev 659) +++ dcplusplus/trunk/client/version.h 2006-09-29 15:41:55 UTC (rev 660) @@ -17,7 +17,7 @@ */ #define APPNAME "DC++" -#define VERSIONSTRING "0.696" -#define VERSIONFLOAT 0.696 +#define VERSIONSTRING "0.697" +#define VERSIONFLOAT 0.697 /* Update the .rc file as well... */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |