Update of /cvsroot/openinteract/OpenInteract2/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29019/t
Modified Files:
utils.pl
Log Message:
update package versions
Index: utils.pl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/t/utils.pl,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** utils.pl 28 Feb 2005 02:26:44 -0000 1.95
--- utils.pl 1 Mar 2005 03:31:19 -0000 1.96
***************
*** 45,64 ****
sub main::get_package_versions {
return (
! base => '2.14',
! base_box => '2.18',
! base_error => '3.01',
! base_group => '2.17',
! base_page => '2.29',
! base_security => '2.19',
! base_template => '3.16',
! base_theme => '2.11',
! base_user => '2.38',
! comments => '1.20',
! full_text => '2.59',
! lookup => '2.08',
news => '2.21',
! object_activity => '2.12',
! system_doc => '2.09',
! whats_new => '2.11',
);
}
--- 45,64 ----
sub main::get_package_versions {
return (
! base => '2.15',
! base_box => '2.19',
! base_error => '3.02',
! base_group => '2.18',
! base_page => '2.20',
! base_security => '2.20',
! base_template => '3.17',
! base_theme => '2.12',
! base_user => '2.39',
! comments => '1.21',
! full_text => '2.61',
! lookup => '2.09',
news => '2.21',
! object_activity => '2.13',
! system_doc => '2.10',
! whats_new => '2.12',
);
}
|