aboutsummaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-06-23 10:22:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-06-23 10:22:10 +0000
commit5e1d2b9783862064853fb14f70756dc0bb40c2e9 (patch)
treec0acdf901f09e1e7cf63ca199c61b8d2a6b0f6dd /nsis
parent5e0398d8b2f1f960cff86b4d4be932c409b1d166 (diff)
updated to 3.5.0beta3.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3468 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'nsis')
-rw-r--r--nsis/sylpheed-defs.nsh4
-rw-r--r--nsis/sylpheed.nsi1
2 files changed, 2 insertions, 3 deletions
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh
index f4393f7e..a6f5a822 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.5beta2"
+!define PRODUCT_VERSION "3.5beta3"
!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.3"
+!define INST_VERSION "2.5"
!define INST_FILENAME "Sylpheed_Pro"
!else
!define INST_NAME ${PRODUCT_NAME}
diff --git a/nsis/sylpheed.nsi b/nsis/sylpheed.nsi
index a66db5f2..5d65907d 100644
--- a/nsis/sylpheed.nsi
+++ b/nsis/sylpheed.nsi
@@ -282,7 +282,6 @@ Section "!un.Sylpheed" sec_un_sylpheed
Delete "$INSTDIR\libpng14-14.dll"
Delete "$INSTDIR\libsylph-0-1.dll"
Delete "$INSTDIR\libsylpheed-plugin-0-1.dll"
- Delete "$INSTDIR\libtiff-3.dll"
Delete "$INSTDIR\ssleay32.dll"
Delete "$INSTDIR\sylpheed.exe"
Delete "$INSTDIR\wabread.exe"