[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[569] branches/Release-0_10_0-branch/fuse/ fu
Brought to you by:
fredm
From: <fr...@us...> - 2008-12-12 12:28:32
|
Revision: 569 http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=569&view=rev Author: fredm Date: 2008-12-12 12:28:27 +0000 (Fri, 12 Dec 2008) Log Message: ----------- Bump version strings etc. to 0.10.0.1. Modified Paths: -------------- branches/Release-0_10_0-branch/fuse/fusepb/English.lproj/InfoPlist.strings branches/Release-0_10_0-branch/fuse/fusepb/Info-Fuse.plist branches/Release-0_10_0-branch/fuse/fusepb/config.h Modified: branches/Release-0_10_0-branch/fuse/fusepb/English.lproj/InfoPlist.strings =================================================================== (Binary files differ) Modified: branches/Release-0_10_0-branch/fuse/fusepb/Info-Fuse.plist =================================================================== --- branches/Release-0_10_0-branch/fuse/fusepb/Info-Fuse.plist 2008-12-12 12:14:01 UTC (rev 568) +++ branches/Release-0_10_0-branch/fuse/fusepb/Info-Fuse.plist 2008-12-12 12:28:27 UTC (rev 569) @@ -480,7 +480,7 @@ <key>CFBundleSignature</key> <string>FUSE</string> <key>CFBundleVersion</key> - <string>0.10.0</string> + <string>0.10.0.1</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> Modified: branches/Release-0_10_0-branch/fuse/fusepb/config.h =================================================================== --- branches/Release-0_10_0-branch/fuse/fusepb/config.h 2008-12-12 12:14:01 UTC (rev 568) +++ branches/Release-0_10_0-branch/fuse/fusepb/config.h 2008-12-12 12:28:27 UTC (rev 569) @@ -152,7 +152,7 @@ /* #undef USE_WIDGET */ /* Version number of package */ -#define VERSION "0.10.0" +#define VERSION "0.10.0.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |