diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-13 23:31:52 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-13 23:31:52 +0000 |
commit | 324048e78ae54e1995423b02a55c5fb3c41aec82 (patch) | |
tree | b20903899e8ea601c017b923c7fb1394b3c08104 | |
parent | 193a967feea7d0c06f002eb30938718c9ca34983 (diff) | |
download | xine-lib-324048e78ae54e1995423b02a55c5fb3c41aec82.tar.gz xine-lib-324048e78ae54e1995423b02a55c5fb3c41aec82.tar.bz2 |
getting ready for the 0.9.0 release
CVS patchset: 630
CVS date: 2001/09/13 23:31:52
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 3ce312e18..199e4af3a 100644 --- a/configure.in +++ b/configure.in @@ -16,8 +16,8 @@ dnl AC_PREREQ_LIBTOOL(1.4.0,,AC_MSG_ERROR(*** You should have libtool >= 1.4 ins XINE_MAJOR=0 -XINE_MINOR=5 -XINE_SUB=3 +XINE_MINOR=9 +XINE_SUB=0 XINE_PRE="" TAR_NAME="xine-lib-"$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE SPEC_VERSION=$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE |