diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 14 |
2 files changed, 8 insertions, 7 deletions
@@ -3,6 +3,7 @@ Changes of Sylpheed * 3.5.0beta1 (development) * Error check fix for remote mailbox was made (#193). + * Mbox locking became NFS-safe (#202). * Configure: silent rules are enabled by default. * Configure.in was renamed to configure.ac. * Fade effect was added to the notification window. diff --git a/configure.ac b/configure.ac index 55e65d41..4318eb1c 100644 --- a/configure.ac +++ b/configure.ac @@ -5,16 +5,16 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=3 -MINOR_VERSION=4 -MICRO_VERSION=2 -INTERFACE_AGE=2 -BINARY_AGE=2 -EXTRA_VERSION= -BUILD_REVISION=1158 +MINOR_VERSION=5 +MICRO_VERSION=0 +INTERFACE_AGE=0 +BINARY_AGE=0 +EXTRA_VERSION=beta1 +BUILD_REVISION=1161 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release -dnl DEVEL_VERSION=1 +DEVEL_VERSION=1 dnl set $target AC_CANONICAL_SYSTEM |