diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2014-04-08 15:16:38 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2014-04-08 15:16:38 +0100 |
commit | 0750f1ec33237e40226f927c05c18ddcdcc56001 (patch) | |
tree | 985b1e44e60f60ea7782b45c3f7f9f5e129cf54f | |
parent | 665833b1df2c7d6f99da1169c62fe17d3db112d4 (diff) | |
download | xine-lib-0750f1ec33237e40226f927c05c18ddcdcc56001.tar.gz xine-lib-0750f1ec33237e40226f927c05c18ddcdcc56001.tar.bz2 |
Bump version.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | version.sh | 8 |
3 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.2.5) 201?-??-?? +xine-lib (1.2.5) 2014-04-08 * Update german translation. * Add bass downmix support to AC3 decoder. * Add experimental YCgCo colorspace support. diff --git a/debian/changelog b/debian/changelog index f4dd6dc0c..9d58f0cbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -xine-lib-1.2 (1.2.4+hg-0) experimental; urgency=low +xine-lib-1.2 (1.2.5+hg-0) experimental; urgency=low * Hg snapshot. * Adjust for libxine2. * libxine-dev → libxine2-dev. - -- Darren Salt <linux@youmustbejoking.demon.co.uk> Wed, 18 Sep 2013 12:54:48 +0100 + -- Darren Salt <linux@youmustbejoking.demon.co.uk> Tue, 08 Apr 2014 15:16:16 +0100 xine-lib (1.1.21~hg-0) unstable; urgency=low diff --git a/version.sh b/version.sh index bcf1c068d..734ddf826 100755 --- a/version.sh +++ b/version.sh @@ -30,14 +30,14 @@ XINE_VERSION_MAJOR=1 XINE_VERSION_MINOR=2 -XINE_VERSION_SUB=4 +XINE_VERSION_SUB=5 XINE_VERSION_PATCH= # Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_VERSION_SERIES=1.2 -XINE_LT_CURRENT=5 -XINE_LT_REVISION=1 -XINE_LT_AGE=3 +XINE_LT_CURRENT=6 +XINE_LT_REVISION=0 +XINE_LT_AGE=4 test -f "`dirname $0`/.cvsversion" && XINE_VERSION_SUFFIX="hg" XINE_VERSION_SPEC="${XINE_VERSION_MAJOR}.${XINE_VERSION_MINOR}.${XINE_VERSION_SUB}${XINE_VERSION_PATCH}${XINE_VERSION_SUFFIX}" |