albertel Thu Oct 17 15:27:45 2002 EDT Modified files: /loncom/xml Safe.pm Log: -bumping version number Index: loncom/xml/Safe.pm diff -u loncom/xml/Safe.pm:1.3 loncom/xml/Safe.pm:1.4 --- loncom/xml/Safe.pm:1.3 Thu Oct 17 15:27:24 2002 +++ loncom/xml/Safe.pm Thu Oct 17 15:27:45 2002 @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); -$VERSION = "2.061"; +$VERSION = "2.062"; use Carp;