diff options
| author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-10-03 08:03:09 +0000 | 
|---|---|---|
| committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-10-03 08:03:09 +0000 | 
| commit | d12f2676a38d5efefc57d8ad294f0d43abfa0381 (patch) | |
| tree | b61411947bcc1d260a7606c6fb26181a5d5f6a0a | |
| parent | 38c49f9cc0d58ad192d5ada78082184b3f7c2e3c (diff) | |
 * bump version to 0.5.2 and qt3,qt4 soname to 0:1:0
git-svn-id: file:///home/lennart/svn/public/avahi/branches/working-0.5.x@676 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | configure.ac | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index aa7fa68..a5e18bd 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@  # USA.  AC_PREREQ(2.57) -AC_INIT([avahi],[0.5.1],[avahi (at) lists (dot) freedesktop (dot) org]) +AC_INIT([avahi],[0.5.2],[avahi (at) lists (dot) freedesktop (dot) org])  AC_CONFIG_SRCDIR([avahi-core/server.c])  AC_CONFIG_HEADERS([config.h])  AM_INIT_AUTOMAKE([foreign 1.9 -Wall]) @@ -32,8 +32,8 @@ AC_SUBST(LIBAVAHI_COMMON_VERSION_INFO, [2:0:2])  AC_SUBST(LIBAVAHI_CORE_VERSION_INFO, [2:1:1])  AC_SUBST(LIBAVAHI_CLIENT_VERSION_INFO, [2:1:1])  AC_SUBST(LIBAVAHI_GLIB_VERSION_INFO, [0:1:0]) -AC_SUBST(LIBAVAHI_QT3_VERSION_INFO, [0:0:0]) -AC_SUBST(LIBAVAHI_QT4_VERSION_INFO, [0:0:0]) +AC_SUBST(LIBAVAHI_QT3_VERSION_INFO, [0:1:0]) +AC_SUBST(LIBAVAHI_QT4_VERSION_INFO, [0:1:0])  if type -p stow > /dev/null && test -d /usr/local/stow ; then      AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])  | 
