summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-18 22:38:15 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-18 22:38:15 +0000
commit665a08e0c56dfe0e54344b3a56afa89bc4ae4aec (patch)
tree6889c70fb3cf27713520c90c579575b0548959f6
parent50a5368b8765271ce273b9950ec4b85118ecb5a3 (diff)
downloadxine-lib-665a08e0c56dfe0e54344b3a56afa89bc4ae4aec.tar.gz
xine-lib-665a08e0c56dfe0e54344b3a56afa89bc4ae4aec.tar.bz2
Bump version.
-rw-r--r--debian/changelog4
-rwxr-xr-xversion.sh6
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c0506849f..41315ec7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xine-lib-1.2 (1.2.0~hg-0) experimental; urgency=low
+xine-lib-1.2 (1.2.1~hg-0) experimental; urgency=low
* Hg snapshot.
* Adjust for libxine2.
- -- Darren Salt <linux@youmustbejoking.demon.co.uk> Thu, 29 Jul 2010 18:57:56 +0100
+ -- Darren Salt <linux@youmustbejoking.demon.co.uk> Wed, 18 Jan 2012 21:56:46 +0000
xine-lib (1.1.21~hg-0) unstable; urgency=low
diff --git a/version.sh b/version.sh
index d0a204cef..09a958e40 100755
--- a/version.sh
+++ b/version.sh
@@ -30,14 +30,14 @@
XINE_VERSION_MAJOR=1
XINE_VERSION_MINOR=2
-XINE_VERSION_SUB=0
+XINE_VERSION_SUB=1
XINE_VERSION_PATCH=
# Release series number (usually $XINE_MAJOR.$XINE_MINOR)
XINE_VERSION_SERIES=1.2
-XINE_LT_CURRENT=2
+XINE_LT_CURRENT=3
XINE_LT_REVISION=0
-XINE_LT_AGE=0
+XINE_LT_AGE=1
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}"