aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e71f34e2..3448aea0 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ Changes of Sylpheed
* The error messages of the failure of displaying message body was
improved.
* All trailing spaces are removed when signing with PGP/MIME instead of
- using quoted-printable for compatibility with other MUAs.
+ using quoted-printable to improve compatibility with other MUAs.
* A warning is displayed before sending when Bcc is specified on
encryption.
* Minor UI fixes were made.
diff --git a/configure.in b/configure.in
index 7e87bf9c..b2796b62 100644
--- a/configure.in
+++ b/configure.in
@@ -6,10 +6,10 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=2
MINOR_VERSION=2
-MICRO_VERSION=7
+MICRO_VERSION=8
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=+svn
+EXTRA_VERSION=
BUILD_REVISION=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION