diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2007-01-28 23:48:29 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2007-01-28 23:48:29 +0000 |
commit | 24dc3ef7860dc9e42a7c6d4483d7dd6e436cd5a5 (patch) | |
tree | 56666c778d0fe7d9eb5d7ab3a8d8f1ccc8b0bf4a | |
parent | d9075775efb005c96437c0394c64c335eec7f519 (diff) | |
download | xine-lib-24dc3ef7860dc9e42a7c6d4483d7dd6e436cd5a5.tar.gz xine-lib-24dc3ef7860dc9e42a7c6d4483d7dd6e436cd5a5.tar.bz2 |
next release 1.1.5
CVS patchset: 8577
CVS date: 2007/01/28 23:48:29
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +xine-lib (1.1.5) + (write here) + xine-lib (1.1.4) * Mark string-type configuration items according to whether they're plain strings or names of files, device nodes or directories. This information diff --git a/configure.ac b/configure.ac index c1dc0f07f..fe6f93ded 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl XINE_SUB += 1; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=4 +XINE_SUB=5 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; |