diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2012-06-09 18:43:27 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2012-06-09 18:43:27 +0100 |
commit | c6e166f4f7eb44cd462a6bbbe9544b9aa4e4a2b0 (patch) | |
tree | 67ac5f33877833dd47953a6aa571fe2687b88d6e /version.sh | |
parent | f78bedc5da5b9bfb72383726c48e1f3287c5b956 (diff) | |
download | xine-lib-1.2.2.tar.gz xine-lib-1.2.2.tar.bz2 |
Changelog updates; release.1.2.2
Diffstat (limited to 'version.sh')
-rwxr-xr-x | version.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.sh b/version.sh index 09a958e40..6a023a69b 100755 --- a/version.sh +++ b/version.sh @@ -30,14 +30,14 @@ XINE_VERSION_MAJOR=1 XINE_VERSION_MINOR=2 -XINE_VERSION_SUB=1 +XINE_VERSION_SUB=2 XINE_VERSION_PATCH= # Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_VERSION_SERIES=1.2 -XINE_LT_CURRENT=3 +XINE_LT_CURRENT=4 XINE_LT_REVISION=0 -XINE_LT_AGE=1 +XINE_LT_AGE=2 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}" |