diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.1) +xine-lib (1.1.0) * new quality deinterlacer from dscaler: GreedyH (Greedy High Motion) * new quality deinterlacer from dscaler: TomsMoComp (Tom's Motion Compensated) * added help for most deinterlace methods diff --git a/configure.ac b/configure.ac index a5116003b..acfefe8b5 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ dnl Making releases: dnl XINE_SUB += 1; continue with XINE_LT_* values below dnl XINE_MAJOR=1 -XINE_MINOR=0 -XINE_SUB=2 +XINE_MINOR=1 +XINE_SUB=0 if test $XINE_SUB -eq 0 ; then XINE_SUBPART=""; |