diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-10-06 02:39:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-10-06 02:39:36 +0200 |
commit | e26ffc9b507b6bee831a54d93bbd5cc18a4e2ae0 (patch) | |
tree | ab30b1d5048a9cd5111936cce451fdd9e17f6178 | |
parent | f64d6af0b70a85e2a825023956c893cc886b0042 (diff) | |
parent | be667af03f37205faacc9a5ecd19928f9d2201f5 (diff) |
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3c3550fb..2b91a006 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.62) m4_define(PA_MAJOR, [0]) m4_define(PA_MINOR, [9]) -m4_define(PA_MICRO, [12]) +m4_define(PA_MICRO, [13]) AC_INIT([pulseaudio],[PA_MAJOR.PA_MINOR.PA_MICRO],[mzchyfrnhqvb (at) 0pointer (dot) net]) AC_CONFIG_SRCDIR([src/daemon/main.c]) @@ -40,7 +40,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 14) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [6:0:6]) +AC_SUBST(LIBPULSE_VERSION_INFO, [7:0:7]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z @@ -57,7 +57,7 @@ AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:4:0]) # An internally used, ABI-unstable library that contains the # PulseAudio core, SONAMEs are bumped on every release, version info # suffix will always be 0:0 -AC_SUBST(LIBPULSECORE_VERSION_INFO, [7:0:0]) +AC_SUBST(LIBPULSECORE_VERSION_INFO, [8:0:0]) AC_CANONICAL_HOST AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.]) |