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