diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2012-06-09 18:17:31 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2012-06-09 18:17:31 +0100 |
commit | 9f1eb4a63fc25a5f46c64d2c374d005eb692e2ee (patch) | |
tree | be69000d999972bcbaca304df826c46a3b66f888 | |
parent | 5f5e4800790e0539e8df5d8449e599236ad0116c (diff) | |
download | xine-lib-9f1eb4a63fc25a5f46c64d2c374d005eb692e2ee.tar.gz xine-lib-9f1eb4a63fc25a5f46c64d2c374d005eb692e2ee.tar.bz2 |
Bump shlib version (compatible); release.1.1.21
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.1.21) ????-??-?? +xine-lib (1.1.21) 2012-06-09 * Fix a potential double-free (goom) when playing AAC files. * Fix a possible clean-up crash in the goom FFT code. * Fix matroska header compression. diff --git a/configure.ac b/configure.ac index 656904649..9112b583f 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ dnl * for GNU/Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION XINE_LT_CURRENT=31 -XINE_LT_REVISION=1 +XINE_LT_REVISION=2 XINE_LT_AGE=30 dnl for a release tarball do "rm .cvsversion" before "make dist" |