From: <li...@us...> - 2007-09-21 08:56:51
|
Revision: 72 http://bugs-r.svn.sourceforge.net/bugs-r/?rev=72&view=rev Author: ligges Date: 2007-09-21 01:56:55 -0700 (Fri, 21 Sep 2007) Log Message: ----------- OpenBUGS 3.0.3 has been released Modified Paths: -------------- trunk/BRugs/R/zzz.R Modified: trunk/BRugs/R/zzz.R =================================================================== --- trunk/BRugs/R/zzz.R 2007-09-20 14:41:52 UTC (rev 71) +++ trunk/BRugs/R/zzz.R 2007-09-21 08:56:55 UTC (rev 72) @@ -15,7 +15,7 @@ } ".onAttach" <- function(lib, pkg){ - message("Welcome to BRugs running on OpenBUGS version 3.0.2") + message("Welcome to BRugs running on OpenBUGS version 3.0.3") } ".onUnload" <- function(libpath){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |