From 853f0cda08e8a979033132013172bb37fb245b41 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 26 Mar 2014 06:12:56 +0000 Subject: updated copyright year. configure.in: increased library version. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3367 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 42b58c2b..6112dad7 100644 --- a/configure.in +++ b/configure.in @@ -9,12 +9,12 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta8 -BUILD_REVISION=1154 +EXTRA_VERSION= +BUILD_REVISION=1155 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release -DEVEL_VERSION=1 +dnl 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=2 +LT_CURRENT=3 LT_REVISION=0 -LT_AGE=1 +LT_AGE=2 AC_SUBST(LT_RELEASE) AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -- cgit v1.2.3