summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f7e8b3243..1b4526e66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+xine-lib (1.1.10) (unreleased)
+
xine-lib (1.1.9.1)
* Security fixes:
- Fix a buffer overflow in RTSP header-handling code. (CVE-2008-0225)
diff --git a/configure.ac b/configure.ac
index f92318924..813c5c83a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,9 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below
dnl
XINE_MAJOR=1
XINE_MINOR=1
-XINE_SUB=9
+XINE_SUB=10
# XINE_PATCH should be left empty or set to ".1" or ".2" or something similar
-XINE_PATCH=.1
+XINE_PATCH=
#if test $XINE_SUB -eq 0 ; then
# XINE_SUBPART="";