diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-13 17:48:08 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-13 17:48:08 +0000 |
commit | 88f40cf978d542151b289b4ca1ded713b6eb812a (patch) | |
tree | d388cffbf5c3408faba2242dc65f3d81b8ed42bb | |
parent | 1a2ce4b7f270a680f2510a525926ba31b8b385f0 (diff) | |
download | xine-lib-88f40cf978d542151b289b4ca1ded713b6eb812a.tar.gz xine-lib-88f40cf978d542151b289b4ca1ded713b6eb812a.tar.bz2 |
Bump version no. ready for what I expect to be the next release.
--HG--
extra : transplant_source : q%B3q%EEC%D4p%E7%7F%8Eb%BE%F8%81%D3c%F6%C8%1AF
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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=""; |