summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-02 19:06:27 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-02 19:06:27 +0100
commit205eafe1f8ac38e8dfee646a19b86032e1b112f6 (patch)
tree47d799b63bc9a47f63e27753218702baeb0b48a7
parent4d9268deac1c4755343b392f9dd18ec30753444d (diff)
downloadxine-lib-205eafe1f8ac38e8dfee646a19b86032e1b112f6.tar.gz
xine-lib-205eafe1f8ac38e8dfee646a19b86032e1b112f6.tar.bz2
Bump version ready for the next release.
Hopefully, that's a while away yet :-)
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac6
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 18e3d7d80..189d9a589 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+xine-lib (1.1.15) 2008-??-??
+
xine-lib (1.1.14) 2008-06-29
* DVB changes:
- Reacquire PIDs whenever a PMT is parsed. (Some channels' PIDs are
diff --git a/configure.ac b/configure.ac
index 89595225a..e15311cdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below
dnl
XINE_MAJOR=1
XINE_MINOR=1
-XINE_SUB=14
+XINE_SUB=15
dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar
XINE_PATCH=
dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR)
@@ -54,9 +54,9 @@ dnl are platform dependent
dnl * in Linux, the library will be named
dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION
-XINE_LT_CURRENT=24
+XINE_LT_CURRENT=25
XINE_LT_REVISION=0
-XINE_LT_AGE=23
+XINE_LT_AGE=24
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f "${srcdir-.}/.cvsversion"; then