diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-06-06 02:12:02 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-06-06 02:12:02 +0000 |
commit | 818391b5e9f8e5cb915a5c635c6b7ec3b653f06c (patch) | |
tree | e227c0736d313bbcd0b66ed1892c9be19e9bf2b9 | |
parent | 62bf50ecad6384af66a943705db592e98a3c8492 (diff) |
changed the version to 2.5.0rc2.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2008 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |