diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2013-05-29 14:29:29 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2013-05-29 14:29:29 +0100 |
commit | 9a931ec7b7d7bfe8a75f1e4be660659b7f31356e (patch) | |
tree | 430488aebeacbdcb29c6e5d94c06a442376f0859 /version.sh | |
parent | 553cf5c688fe00a373c9acff5e30dfbfb8ce4759 (diff) | |
download | xine-lib-1.2.3.tar.gz xine-lib-1.2.3.tar.bz2 |
Bump version information; release.1.2.3
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 6a023a69b..e8d5f2ffb 100755 --- a/version.sh +++ b/version.sh @@ -30,14 +30,14 @@ XINE_VERSION_MAJOR=1 XINE_VERSION_MINOR=2 -XINE_VERSION_SUB=2 +XINE_VERSION_SUB=3 XINE_VERSION_PATCH= # Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_VERSION_SERIES=1.2 -XINE_LT_CURRENT=4 +XINE_LT_CURRENT=5 XINE_LT_REVISION=0 -XINE_LT_AGE=2 +XINE_LT_AGE=3 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}" |