diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | nsis/sylpheed-defs.nsh | 2 |
4 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2018-01-30 + + * version 3.7.0 + 2018-01-16 * version 3.7.0beta1 @@ -1,5 +1,9 @@ Changes of Sylpheed +* 3.7.0 (stable) + + * The message catalogs were updated. + * 3.7.0beta1 (development) * The function to export the address book to CSV files was added. diff --git a/configure.ac b/configure.ac index b2df7e93..090177da 100644 --- a/configure.ac +++ b/configure.ac @@ -9,12 +9,12 @@ MINOR_VERSION=7 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta1 -BUILD_REVISION=1184 +EXTRA_VERSION= +BUILD_REVISION=1185 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release -DEVEL_VERSION=1 +dnl DEVEL_VERSION=1 dnl set $target AC_CANONICAL_SYSTEM diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh index 63ee1ca7..2e0aea04 100644 --- a/nsis/sylpheed-defs.nsh +++ b/nsis/sylpheed-defs.nsh @@ -2,7 +2,7 @@ ;!define HAVE_AUTOENC_PLUGIN
!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.6"
+!define PRODUCT_VERSION "3.7"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
|