diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-07-21 17:59:19 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-07-21 17:59:19 +0000 |
commit | 37a608f4b77bce1ce5a1ad07216caaad00d829a2 (patch) | |
tree | a3215c56a982a8b94658ba9b551e873f793e70ff | |
parent | 5643c9ba08abfca48787d49ae762dbbf504ded07 (diff) | |
download | xine-lib-37a608f4b77bce1ce5a1ad07216caaad00d829a2.tar.gz xine-lib-37a608f4b77bce1ce5a1ad07216caaad00d829a2.tar.bz2 |
1.1.0
CVS patchset: 7672
CVS date: 2005/07/21 17:59:19
-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=""; |