diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ Changes of Sylpheed +* 2.5.0rc (development) + + * The sylpheed.desktop file was fixed. + * The compose window now remembers the maximized state. + * The focus will not move from the text view to the summary view with + 'Next/Prev' keyboard operation now. + * 2.5.0beta3 (development) * Quoted lines are excluded when notifying missing attachments. diff --git a/configure.in b/configure.in index 95153674..dc8085c2 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=beta3 +EXTRA_VERSION=rc BUILD_REVISION=0 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION |