/[Apache-SVN]/spamassassin/trunk/build/update_devel
ViewVC logotype

Diff of /spamassassin/trunk/build/update_devel

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/build/update_devel	2005/06/30 00:57:34	202461
+++ spamassassin/trunk/build/update_devel	2005/06/30 01:05:25	202462
@@ -29,9 +29,8 @@ perl Makefile.PL < /dev/null || exit $?
 make version.env || exit $?
 . version.env
 
-# $VERSION will be x.y.z for released not marked $IS_DEVEL_BUILD, else
-# x-y-latest while $DIST_VERSION is always the x.y.z variant.
-VERSION=`echo $FULL_VERSION | perl -pe 's/\.\d+(-.*)-r\d+$/-dev/'`
+# "3.1.0-pre2-r202405" should appear as "3.1.0-pre2" after this!
+VERSION=`echo $FULL_VERSION | perl -pe 's/-r\d+$//'`
 
 DISTDNAME=$DISTNAME-$DIST_VERSION
 DISTVNAME=$DISTNAME-$VERSION

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26