aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-08-13 02:35:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-08-13 02:35:05 +0000
commitb96177f8eec44b30dd3adc980d3680f2577f020b (patch)
tree581776e67a1cd313eb22463e51120c292a70091b /configure.in
parent8e2e27a15cdde8b558f96b511bdd0207e721b374 (diff)
added -version-info to libtool.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2214 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b5411f49..df9b2c28 100644
--- a/configure.in
+++ b/configure.in
@@ -7,8 +7,8 @@ dnl version number
MAJOR_VERSION=2
MINOR_VERSION=7
MICRO_VERSION=1
-INTERFACE_AGE=0
-BINARY_AGE=0
+INTERFACE_AGE=1
+BINARY_AGE=1
EXTRA_VERSION=
BUILD_REVISION=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION