commit 26fe339c84153fecdb45be5c313ad0bde1caa0ae Author: Mike Perry mikeperry-git@torproject.org Date: Tue Jan 14 13:32:54 2014 -0800
Update version field for MacUpdates. --- Bundle-Data/mac/Contents/Info.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Bundle-Data/mac/Contents/Info.plist b/Bundle-Data/mac/Contents/Info.plist index 7b0c2ca..58fea7d 100644 --- a/Bundle-Data/mac/Contents/Info.plist +++ b/Bundle-Data/mac/Contents/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>TorBrowserBundle</string> <key>CFBundleGetInfoString</key> - <string>Tor Browser Bundle 1.0 Copyright 2010 The Tor Project</string> + <string>Tor Browser Bundle 3.5.1 Copyright 2014 The Tor Project</string> <key>CFBundleIconFile</key> <string>firefox.icns</string> <key>CFBundleIdentifier</key> @@ -21,7 +21,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>3.5.1</string> <key>CFBundleSignature</key> <string>????</string> <key>LSEnvironment</key> @@ -35,7 +35,7 @@ <key>NSAppleScriptEnabled</key> <false/> <key>NSHumanReadableCopyright</key> - <string>Tor Browser Bundle 1.0 Copyright 2010 The Tor Project</string> + <string>Tor Browser Bundle 3.5.1 Copyright 2014 The Tor Project</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key>
tor-commits@lists.torproject.org