diff options
-rw-r--r-- | .hgtags | 1 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 5 insertions, 4 deletions
@@ -155,3 +155,4 @@ ff764395a361257b11d73583a0e0851e0f5f2ee5 1.1.17 8b7c25bfb056ee9b907877b462c132e61112e440 1.1.18.1 acba7a8c29cca74b112c2c6db4310ddeb1524696 1.1.19 342128b2fcf59bfe8844b282a228581aa8bbbbde 1.1.20 +dde68fe11b973767f0b743ced2b41a244e1e0b78 1.1.20.1 @@ -3,12 +3,12 @@ xine-lib (1.1.21) 2011-??-?? * Improved syncing of DVB subtitles * BluRay support (requires libbluray) -xine-lib (1.1.20.1) 2011-??-?? +xine-lib (1.1.20.1) 2012-01-01 * Various bug fixes. * Use the current ImageMagick API (if using ImageMagick). * Fix PVR plugin input building (needs V4L2). * Fixes related to unknown audio & subtitle languages. - * Memory leak fixes + * Memory leak fixes. xine-lib (1.1.20) 2011-11-13 * Imagine that there's a large poppy here. diff --git a/configure.ac b/configure.ac index 4e924810c..5501ef72a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=20 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH= +XINE_PATCH=.1 dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_SERIES=1.1 @@ -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=0 +XINE_LT_REVISION=1 XINE_LT_AGE=30 dnl for a release tarball do "rm .cvsversion" before "make dist" |