From e7147f4c0aca3c8517c92fc2d4e12280bba638fb Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 1 Jan 2012 17:31:15 +0000 Subject: 1.1.20.1. --HG-- branch : point-release --- ChangeLog | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5021ea9f1..4c6cf9346 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ -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 9063e9415..b175301be 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" -- cgit v1.2.3 From b7e223d04c11e6f4634a93c555fd9e105e2359a4 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 1 Jan 2012 17:31:24 +0000 Subject: Added tag 1.1.20.1 for changeset dde68fe11b97 --HG-- branch : point-release --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index 3b3202e33..62c06b846 100644 --- a/.hgtags +++ b/.hgtags @@ -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 -- cgit v1.2.3 From f0fed5bcc050d947a1d41f742acf111f3f1c0b2b Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 1 Jan 2012 17:54:41 +0000 Subject: Update version no. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5501ef72a..f4f9b6563 100644 --- a/configure.ac +++ b/configure.ac @@ -17,9 +17,9 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=20 +XINE_SUB=21 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH=.1 +XINE_PATCH= dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_SERIES=1.1 -- cgit v1.2.3