aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-30 07:05:22 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-30 07:05:22 +0000
commit4a8036cd561af3db6578dba40e79c4e39940fbde (patch)
treeeeb13629619ea289a01acaeeb2145deaaaad49f7 /configure.in
parent6bcb771eafbef0bb433d13b0411ba101ea94aac7 (diff)
update summary view on receiving on the fly.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2591 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index b3dc70fe..9db3ac1b 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=beta1
-BUILD_REVISION=1006
+BUILD_REVISION=1100
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
@@ -40,9 +40,12 @@ fi
dnl libtool versioning
LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION
-LT_CURRENT=`expr 1 + $MICRO_VERSION - $INTERFACE_AGE`
-LT_REVISION=$INTERFACE_AGE
-LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
+dnl LT_CURRENT=`expr 1 + $MICRO_VERSION - $INTERFACE_AGE`
+dnl LT_REVISION=$INTERFACE_AGE
+dnl LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
+LT_CURRENT=2
+LT_REVISION=0
+LT_AGE=1
AC_SUBST(LT_RELEASE)
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)