From: Rob H. <for...@us...> - 2003-04-01 05:40:31
|
Update of /cvsroot/sandweb/sandweb/lib In directory sc8-pr-cvs1:/tmp/cvs-serv26971/lib Modified Files: SandWeb.pm Log Message: bumping version number to 1.0RC1 Index: SandWeb.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -U2 -r1.24 -r1.25 --- SandWeb.pm 14 Jan 2003 09:53:44 -0000 1.24 +++ SandWeb.pm 1 Apr 2003 05:40:21 -0000 1.25 @@ -94,5 +94,5 @@ =cut -$VERSION = 'BETA'; +$VERSION = '1.0RC1'; sub get_version { return $VERSION; |