diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-26 06:19:40 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-26 06:19:40 +0000 |
commit | 264a373119d30969d13319d07cb7a0ad41007152 (patch) | |
tree | e74c89483fea0edd09a0f8b0fe6d8865e814b56d /nsis | |
parent | 8379f0ec590fb79c32e89d5f1fd1fb65e4d54cea (diff) |
nsis, macosx: updated version.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3369 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 5522105c..891b3314 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.4beta8"
+!define PRODUCT_VERSION "3.4"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
|