diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | version.sh | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.1.90) (Unreleased) +xine-lib (1.2.0) 2012-01-01 * Add support for VDR. * Add support for VDPAU. * xine-config is deprecated in favour of pkg-config libxine. diff --git a/version.sh b/version.sh index 9db0b1562..d0a204cef 100755 --- a/version.sh +++ b/version.sh @@ -29,8 +29,8 @@ # XINE_LT_AGE the number of previous API versions still supported XINE_VERSION_MAJOR=1 -XINE_VERSION_MINOR=1 -XINE_VERSION_SUB=90 +XINE_VERSION_MINOR=2 +XINE_VERSION_SUB=0 XINE_VERSION_PATCH= # Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_VERSION_SERIES=1.2 |