logo       

[SACVS] CVS: spamassassin/build get_version,1.3,1.4: msg#00091

mail.spam.spamassassin.cvs

Subject: [SACVS] CVS: spamassassin/build get_version,1.3,1.4

Update of /cvsroot/spamassassin/spamassassin/build
In directory sc8-pr-cvs1:/tmp/cvs-serv29433/build

Modified Files:
get_version
Log Message:
fixed get_version bug, readying release again


Index: get_version
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/build/get_version,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -w -u -d -r1.3 -r1.4
--- get_version 23 Aug 2003 00:16:40 -0000 1.3
+++ get_version 23 Sep 2003 02:03:15 -0000 1.4
@@ -9,4 +9,7 @@
}
close IN;

-print join("-",$VERSION,($DEVEL ? ($EXTRA,"cvs") : $EXTRA)),"\n";
+print $VERSION;
+print "-$EXTRA" if ( $EXTRA );
+print "-cvs" if ( $DEVEL );
+print "\n";



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise