[SimBot-commits] CVS: simbot simbot.pl,1.135,1.136
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-10 03:24:40
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1145 Modified Files: simbot.pl Log Message: The sb_version and sb_link params in the templates now work. Index: simbot.pl =================================================================== RCS file: /cvsroot/simbot/simbot/simbot.pl,v retrieving revision 1.135 retrieving revision 1.136 diff -u -d -p -r1.135 -r1.136 --- simbot.pl 9 Aug 2005 01:01:49 -0000 1.135 +++ simbot.pl 9 Aug 2005 01:32:36 -0000 1.136 @@ -83,6 +83,8 @@ use constant VERBOSE => 3; use constant PROJECT => "SimBot"; # Software Version use constant VERSION => "1.0 alpha"; +# Software Home +use constant HOME_PAGE => 'http://simbot.sf.net/'; our %numbers_groups = ( |