diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-26 11:48:00 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-26 11:48:00 +0000 |
commit | 0f40cfbc8e2ce03b42ce2cf732388b9e8cf50e75 (patch) | |
tree | 27c4a62f97ddf3e0a60b2283aff7110f01f895f5 /configure.ac | |
parent | 91f91ec1332e1bc2a1434a1658d825a16ed56ff8 (diff) | |
download | xine-lib-0f40cfbc8e2ce03b42ce2cf732388b9e8cf50e75.tar.gz xine-lib-0f40cfbc8e2ce03b42ce2cf732388b9e8cf50e75.tar.bz2 |
Send an event when the amp value or amp mute change. Patch by reinhard Nissl. Also bump the libtool version info.
CVS patchset: 8749
CVS date: 2007/03/26 11:48:00
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8dc2e6cda..8d6b7c53b 100644 --- a/configure.ac +++ b/configure.ac @@ -49,9 +49,9 @@ dnl are platform dependent dnl * in Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION -XINE_LT_CURRENT=17 +XINE_LT_CURRENT=18 XINE_LT_REVISION=0 -XINE_LT_AGE=16 +XINE_LT_AGE=17 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${src_dir}/.cvsversion"; then |