diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | macosx/bundle/Info-sylpheed.plist | 6 |
2 files changed, 4 insertions, 3 deletions
@@ -3,6 +3,7 @@ * macosx/bundle/launcher.sh macosx/bundle/sylpheed.bundle: include pango library. Fixed launcher.sh bug which creates an empty (langname) file. + * macosx/bundle/Info-sylpheed.plist: updated version. 2014-04-04 diff --git a/macosx/bundle/Info-sylpheed.plist b/macosx/bundle/Info-sylpheed.plist index d6b95056..d1ebaf70 100644 --- a/macosx/bundle/Info-sylpheed.plist +++ b/macosx/bundle/Info-sylpheed.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>Sylpheed</string> <key>CFBundleGetInfoString</key> - <string>3.4, (C) 1999-2014 Sylpheed Development Team http://sylpheed.sraoss.jp</string> + <string>3.4.1, (C) 1999-2014 Sylpheed Development Team http://sylpheed.sraoss.jp</string> <key>CFBundleIconFile</key> <string>sylpheed.icns</string> <key>CFBundleIdentifier</key> @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>3.4</string> + <string>3.4.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>3.4</string> + <string>3.4.1</string> <key>NSHumanReadableCopyright</key> <string>Copyright 1999-2014 Sylpheed Development Team</string> <key>LSMinimumSystemVersion</key> |