aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 095ba4d2..3e3fa01e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
Changes of Sylpheed
-* 2.5.0 (stable)
+* 2.5.0rc2 (development)
* A crash bug was fixed.
* Content-Transfer-Encoding header with comments was supported.
* UTF-8 locale strings with suffix '.utf8' were supported.
+ * The 8KB restriction of template body size was removed.
* 2.5.0rc (development)
diff --git a/configure.in b/configure.in
index 4c4082be..24f74878 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ MINOR_VERSION=5
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=
+EXTRA_VERSION=rc2
BUILD_REVISION=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION