summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-01-14 02:13:54 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-01-14 02:13:54 +0000
commit6c67a35ee6c241b94786b7d6bfad2c87fc4f7d2a (patch)
tree5b8d8845de669b3c38aac16f11d9e415c6e138f9
parentf44aee1d73ae83ce84da60237870ac5461ea028f (diff)
downloadxine-lib-6c67a35ee6c241b94786b7d6bfad2c87fc4f7d2a.tar.gz
xine-lib-6c67a35ee6c241b94786b7d6bfad2c87fc4f7d2a.tar.bz2
0.9.8 preparations...
CVS patchset: 1403 CVS date: 2002/01/14 02:13:54
-rw-r--r--ChangeLog1
-rw-r--r--configure.in8
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 30f1d740f..bda35e3a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ xine (0.9.8) unstable; urgency=low
* merged dxr3 and dxr3enc drivers into single dxr3 driver. See README.dxr3
* dxr3 encoding support for librte-0.4 besides the traditional libfame.
* support for (live) mpg streams via tcp
+ * two new skins
-- Guenter Bartsch <guenter@users.sourceforge.net> Sun Jan 13 16:15:07 CET 2002
diff --git a/configure.in b/configure.in
index e11978add..399b50222 100644
--- a/configure.in
+++ b/configure.in
@@ -25,10 +25,10 @@ dnl set XINE_BIN_AGE _and_ XINE_IFACE_AGE to 0.
dnl
XINE_MAJOR=0
XINE_MINOR=9
-XINE_SUB=7
-XINE_PRE="cvs"
-XINE_IFACE_AGE=2
-XINE_BIN_AGE=2
+XINE_SUB=8
+XINE_PRE=""
+XINE_IFACE_AGE=3
+XINE_BIN_AGE=3
AC_SUBST(XINE_MAJOR)
AC_SUBST(XINE_MINOR)