From: Mike G. v. a. <we...@ma...> - 2009-06-26 01:05:58
|
Log Message: ----------- changing version number Modified Files: -------------- webwork2/lib: WeBWorK.pm Revision Data ------------- Index: WeBWorK.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK.pm,v retrieving revision 1.101 retrieving revision 1.102 diff -Llib/WeBWorK.pm -Llib/WeBWorK.pm -u -r1.101 -r1.102 --- lib/WeBWorK.pm +++ lib/WeBWorK.pm @@ -34,7 +34,7 @@ =cut -BEGIN { $main::VERSION = "2.4.5"; } +BEGIN { $main::VERSION = "2.4.7"; } use strict; use warnings; |