summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.in4
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e01ef9433..0eca2fd05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+xine (0.9.10) unstable; urgency=low
+
+ * cinepak video decoder (native)
+ * libwin32 compilation fixes
+ * dxr3 compilation fixes
+
+ -- Guenter Bartsch <guenter@users.sourceforge.net>
+
xine (0.9.9) unstable; urgency=low
* new (fast) demuxer seeking
diff --git a/configure.in b/configure.in
index 24cfb12fc..f02f64afd 100644
--- a/configure.in
+++ b/configure.in
@@ -25,8 +25,8 @@ dnl set XINE_BIN_AGE _and_ XINE_IFACE_AGE to 0.
dnl
XINE_MAJOR=0
XINE_MINOR=9
-XINE_SUB=9
-XINE_PRE=""
+XINE_SUB=10
+XINE_PRE="cvs"
XINE_IFACE_AGE=0
XINE_BIN_AGE=0