aboutsummaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-21 08:10:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-21 08:10:27 +0000
commit465afbe2b10952f06dbf03f27b6899c288ed8a1c (patch)
tree44f2c05e27f9394e00b19b7384a0ef6432a70447 /nsis
parent8a89d369bc3267a8f8f6dd6c39bce072be386410 (diff)
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2815 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'nsis')
-rw-r--r--nsis/COPYING.ja.txt2
-rw-r--r--nsis/COPYING.txt2
-rw-r--r--nsis/compile.bat1
-rw-r--r--nsis/sylpheed-defs.nsh2
4 files changed, 4 insertions, 3 deletions
diff --git a/nsis/COPYING.ja.txt b/nsis/COPYING.ja.txt
index 873c91bc..a08c7dee 100644
--- a/nsis/COPYING.ja.txt
+++ b/nsis/COPYING.ja.txt
@@ -1,4 +1,4 @@
-Sylpheed is copyrighted 1999-2010 by Hiroyuki Yamamoto and
+Sylpheed is copyrighted 1999-2011 by Hiroyuki Yamamoto and
Sylpheed Development Team, and distributed under the GNU GPL.
Specific permission is granted for the GPLed code in this distribition to
diff --git a/nsis/COPYING.txt b/nsis/COPYING.txt
index 873c91bc..a08c7dee 100644
--- a/nsis/COPYING.txt
+++ b/nsis/COPYING.txt
@@ -1,4 +1,4 @@
-Sylpheed is copyrighted 1999-2010 by Hiroyuki Yamamoto and
+Sylpheed is copyrighted 1999-2011 by Hiroyuki Yamamoto and
Sylpheed Development Team, and distributed under the GNU GPL.
Specific permission is granted for the GPLed code in this distribition to
diff --git a/nsis/compile.bat b/nsis/compile.bat
index b1527e75..cd45104f 100644
--- a/nsis/compile.bat
+++ b/nsis/compile.bat
@@ -1,4 +1,5 @@
PATH "C:\Program Files\NSIS";%PATH%
+
makensis plugin-updater.nsi
move plugin-updater.exe Sylpheed
makensis update-manager.nsi
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh
index 17617446..79d35770 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.1beta4"
+!define PRODUCT_VERSION "3.1"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"