From 4a8036cd561af3db6578dba40e79c4e39940fbde Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 30 Jun 2010 07:05:22 +0000 Subject: update summary view on receiving on the fly. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2591 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'configure.in') 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) -- cgit v1.2.3