summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
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"