diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-18 08:51:18 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-18 08:51:18 +0000 |
commit | 58184c3c02ee681ee80b07b5d2db7301a275a2a7 (patch) | |
tree | dbb780b02d9c0fc82f92355ea6ad42a0625b446a /nsis | |
parent | 8b133e46147dfa2783e5fa0f764a7c453c23e1fb (diff) |
made 3.2beta9 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3102 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/sylpheed-defs.nsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh index 320b46db..ed691251 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.2beta8"
+!define PRODUCT_VERSION "3.2beta9"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
|