|
From: Guenter B. <gu...@us...> - 2001-08-05 12:19:09
|
Update of /cvsroot/xine/xine-ui In directory usw-pr-cvs1:/tmp/cvs-serv23245 Modified Files: configure.in Log Message: finally we're getting to the 0.5.0 release Index: configure.in =================================================================== RCS file: /cvsroot/xine/xine-ui/configure.in,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- configure.in 2001/07/30 11:16:35 1.41 +++ configure.in 2001/08/05 12:19:06 1.42 @@ -17,7 +17,7 @@ XINE_MAJOR=0 XINE_MINOR=5 XINE_SUB=0 -XINE_PRE=".rc3" +XINE_PRE="" TAR_NAME="xine-ui-"$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE SPEC_VERSION=$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE AC_SUBST(XINE_MAJOR) |