diff options
author | Havoc Pennington <hp@redhat.com> | 2007-06-18 19:49:40 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2007-06-18 19:49:40 +0000 |
commit | edf1a6c36331b306e853c7d496f5f9bdfe492cd4 (patch) | |
tree | eafbdd55dc2057aefe0de7faeea03b1d64923eaa /configure.in | |
parent | 54b943432c7c947db88066751dd36a372cc9a618 (diff) |
2007-06-18 Havoc Pennington <hp@redhat.com>
* Release 1.1.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4bdc535d..deb788ef 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ AM_MAINTAINER_MODE # ## increment if the interface has additions, changes, removals. -LT_CURRENT=5 +LT_CURRENT=6 ## increment any time the source changes; set to ## 0 if you increment CURRENT @@ -34,7 +34,7 @@ LT_REVISION=0 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has ## precedence over adding, so set to 0 if both happened. -LT_AGE=2 +LT_AGE=3 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) |