aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index e1798902..3a9a9ec0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,16 +5,16 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=3
-MINOR_VERSION=6
+MINOR_VERSION=7
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=
-BUILD_REVISION=1178
+EXTRA_VERSION=beta1
+BUILD_REVISION=1182
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
@@ -43,9 +43,9 @@ LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION
dnl LT_CURRENT=`expr 1 + $MICRO_VERSION - $INTERFACE_AGE`
dnl LT_REVISION=$INTERFACE_AGE
dnl LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
-LT_CURRENT=3
-LT_REVISION=1
-LT_AGE=2
+LT_CURRENT=4
+LT_REVISION=0
+LT_AGE=3
AC_SUBST(LT_RELEASE)
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)