diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-11 19:41:10 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-11 19:41:10 +0100 |
commit | c9fa676823ced65838ce410e548014ff75626ece (patch) | |
tree | 1748fb8fbce6f2103137d9375b71dd2103ccd967 | |
parent | acc0fe7a56ffdfa0ca359ba4a18fe7381933dbc5 (diff) | |
download | xine-lib-c9fa676823ced65838ce410e548014ff75626ece.tar.gz xine-lib-c9fa676823ced65838ce410e548014ff75626ece.tar.bz2 |
Mark release as 1.1.13, not 1.1.12.1.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.1.12.1) 2008-??-?? +xine-lib (1.1.13) 2008-??-?? * Security fixes: - Buffer overflow in the NSF demuxer which may allow remote attackers to cause a denial of service (crash) or possibly execute arbitrary code diff --git a/configure.ac b/configure.ac index 42a56cc3e..2a3689fdc 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=12 +XINE_SUB=13 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar XINE_PATCH= dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) diff --git a/debian/changelog b/debian/changelog index cd6e353a3..b2a4a7fba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xine-lib (1.1.12~hg-0) unstable; urgency=low +xine-lib (1.1.13~hg-0) unstable; urgency=low [ Darren Salt ] * Hg snapshot. |