From: Rob H. <for...@us...> - 2002-07-27 01:48:02
|
Update of /cvsroot/sandweb/sandweb/lib In directory usw-pr-cvs1:/tmp/cvs-serv20286/lib Modified Files: SandWeb.pm Log Message: next version is going to be BETA, updating version number Index: SandWeb.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -U2 -r1.19 -r1.20 --- SandWeb.pm 19 Jun 2002 07:09:00 -0000 1.19 +++ SandWeb.pm 27 Jul 2002 01:47:58 -0000 1.20 @@ -32,5 +32,5 @@ use SandWeb::Auth; -$VERSION = 'ALPHA'; +$VERSION = 'BETA'; sub get_version { return $VERSION; |