diff options
| author | Lennart Poettering <lennart@poettering.net> | 2009-02-04 21:44:25 +0100 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2009-02-04 21:44:25 +0100 | 
| commit | 9a4e03c58ee2feb979d624f0016dc3d7ee7f1228 (patch) | |
| tree | a31c9c39e91787aa721c3f7791814143dfc66511 | |
| parent | ae0651728614042f840dbbb4bb8cb080d5e1f3db (diff) | |
bump version and sonamev0.9.15-test1
| -rw-r--r-- | configure.ac | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 779732b9..48520496 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ m4_define(pa_major, [0])  m4_define(pa_minor, [9])  m4_define(pa_micro, [15]) -AC_INIT([pulseaudio],[pa_major.pa_minor.pa_micro],[mzchyfrnhqvb (at) 0pointer (dot) net]) +AC_INIT([pulseaudio],[pa_major.pa_minor.pa_micro-test1],[mzchyfrnhqvb (at) 0pointer (dot) net])  AC_CONFIG_SRCDIR([src/daemon/main.c])  AC_CONFIG_MACRO_DIR([m4])  AC_CONFIG_HEADERS([config.h]) @@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 15)  # The stable ABI for client applications, for the version info x:y:z  # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [7:1:7]) +AC_SUBST(LIBPULSE_VERSION_INFO, [8:0:8])  # A simplified, synchronous, ABI-stable interface for client  # applications, for the version info x:y:z always will hold y=z  | 
