diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-05 12:19:23 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-05 12:19:23 +0000 |
commit | 74a1aa5909349609910f5b3d8ebb3e7661b262c2 (patch) | |
tree | 42d5d37617ab4469bbb2170d9953a414afc22a8e | |
parent | 1ed93ff8a92b5290f93215ba6d0fe053ac64e645 (diff) | |
download | xine-lib-74a1aa5909349609910f5b3d8ebb3e7661b262c2.tar.gz xine-lib-74a1aa5909349609910f5b3d8ebb3e7661b262c2.tar.bz2 |
finally we're getting to the 0.5.0 release
CVS patchset: 388
CVS date: 2001/08/05 12:19:23
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c21d9738d..ff54d065d 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ 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=0 -XINE_PRE=".rc3" +XINE_PRE="" TAR_NAME="xine-lib-"$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE SPEC_VERSION=$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE |