diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-19 10:03:36 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-19 10:03:36 +0000 |
commit | cc1ff491bdfbf2ef2e75030041503bff06d80df3 (patch) | |
tree | 872a9930bcafc78b01bc14a4d25b24ba4db3f0b9 | |
parent | 3eb2bd05690725d9fe966101c7d7bc9caa049f8f (diff) |
made 3.4beta8 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3358 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | macosx/bundle/Info-sylpheed.plist | 4 | ||||
-rw-r--r-- | nsis/sylpheed-defs.nsh | 4 |
4 files changed, 9 insertions, 5 deletions
@@ -1,5 +1,9 @@ 2014-03-19 + * version 3.4.0beta8 + +2014-03-19 + * libsylph/prefs_common.[ch] src/inc.c src/notificationwindow.c diff --git a/configure.in b/configure.in index 142d616d..42b58c2b 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 EXTRA_VERSION=beta8 -BUILD_REVISION=1153 +BUILD_REVISION=1154 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release diff --git a/macosx/bundle/Info-sylpheed.plist b/macosx/bundle/Info-sylpheed.plist index bea22ff6..078b9ef2 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.4beta7, (C) 1999-2013 Sylpheed Development Team http://sylpheed.sraoss.jp</string> + <string>3.4beta8, (C) 1999-2014 Sylpheed Development Team http://sylpheed.sraoss.jp</string> <key>CFBundleIconFile</key> <string>sylpheed.icns</string> <key>CFBundleIdentifier</key> @@ -23,7 +23,7 @@ <key>CFBundleVersion</key> <string>3.4</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 1999-2013 Sylpheed Development Team</string> + <string>Copyright 1999-2014 Sylpheed Development Team</string> <key>LSMinimumSystemVersion</key> <string>10.6</string> </dict> diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh index 6bfb5597..5522105c 100644 --- a/nsis/sylpheed-defs.nsh +++ b/nsis/sylpheed-defs.nsh @@ -1,7 +1,7 @@ ;!define SYLPHEED_PRO
!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.4beta6"
+!define PRODUCT_VERSION "3.4beta8"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
@@ -19,7 +19,7 @@ !ifdef SYLPHEED_PRO
!define INST_NAME "Sylpheed Pro"
-!define INST_VERSION "2.2.1"
+!define INST_VERSION "2.2.2"
!define INST_FILENAME "Sylpheed_Pro"
!else
!define INST_NAME ${PRODUCT_NAME}
|