mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-16 22:30:39 +01:00
* configure.in:
- Change version to 0.60 for impending release - upped the sonames because of ABI and API breakage
This commit is contained in:
parent
1a163e765c
commit
caecde624d
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-11-22 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* configure.in:
|
||||
- Change version to 0.60 for impending release
|
||||
- upped the sonames because of ABI and API breakage
|
||||
|
||||
2005-11-22 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* configure.in: Add test/name-test/Makefile to the generated
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
|
||||
AC_INIT(dbus/dbus.h)
|
||||
|
||||
AM_INIT_AUTOMAKE(dbus, 0.51)
|
||||
AM_INIT_AUTOMAKE(dbus, 0.60)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ AM_MAINTAINER_MODE
|
|||
#
|
||||
|
||||
## increment if the interface has additions, changes, removals.
|
||||
LT_CURRENT=1
|
||||
LT_CURRENT=2
|
||||
|
||||
## increment any time the source changes; set to
|
||||
## 0 if you increment CURRENT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue