mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 09:08:15 +02:00
Belatedly bump the libtool versioning
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
1d94d3383d
commit
962bfdd992
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
|
|||
#
|
||||
|
||||
## increment if the interface has additions, changes, removals.
|
||||
LT_CURRENT=20
|
||||
LT_CURRENT=21
|
||||
|
||||
## increment any time the source changes; set to
|
||||
## 0 if you increment CURRENT
|
||||
|
|
@ -47,7 +47,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=17
|
||||
LT_AGE=18
|
||||
|
||||
AC_SUBST(LT_CURRENT)
|
||||
AC_SUBST(LT_REVISION)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue