diff options
-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=""; |