diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-08-17 11:03:27 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-08-17 11:03:27 +0100 |
commit | 800391bcc12934d8f9adaef4c695da69387f1a12 (patch) | |
tree | b44f9e2fa5c29faf75868b04686c144720dbc5bc | |
parent | 520ded1c96fb96cea8e08fea0aef71b7dbf0954c (diff) | |
download | xine-lib-800391bcc12934d8f9adaef4c695da69387f1a12.tar.gz xine-lib-800391bcc12934d8f9adaef4c695da69387f1a12.tar.bz2 |
Bump version ready for the next release.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | debian/changelog | 4 |
3 files changed, 7 insertions, 5 deletions
@@ -1,3 +1,5 @@ +xine-lib (1.1.16) 2008-??-?? + xine-lib (1.1.15) 2008-08-14 * Security fixes: - Fix crashes with various corrupted media files, including Ogg. diff --git a/configure.ac b/configure.ac index c96191303..9f5f67e01 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=15 +XINE_SUB=16 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) @@ -54,9 +54,9 @@ dnl are platform dependent dnl * in Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION -XINE_LT_CURRENT=25 +XINE_LT_CURRENT=26 XINE_LT_REVISION=0 -XINE_LT_AGE=24 +XINE_LT_AGE=25 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${srcdir-.}/.cvsversion"; then diff --git a/debian/changelog b/debian/changelog index e1b6e48cf..30769897d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xine-lib (1.1.14~hg-0) unstable; urgency=low +xine-lib (1.1.16~hg-0) unstable; urgency=low [ Darren Salt ] * Hg snapshot. @@ -7,7 +7,7 @@ xine-lib (1.1.14~hg-0) unstable; urgency=low * remove gs from build-dependencies * change the maintainer field to xine-devel@lists.sourceforge.net. - -- Darren Salt <linux@youmustbejoking.demon.co.uk> Thu, 26 Jun 2008 20:32:42 +0100 + -- Darren Salt <linux@youmustbejoking.demon.co.uk> Fri, 15 Aug 2008 18:24:52 +0100 xine-lib (1.1.5~cvs-0) unstable; urgency=low |