From: Sam H. v. a. <we...@ma...> - 2007-08-26 01:28:22
|
Log Message: ----------- updated for 2.4.1 Tags: ---- rel-2-4-dev Modified Files: -------------- webwork2/lib: WeBWorK.pm Revision Data ------------- Index: WeBWorK.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK.pm,v retrieving revision 1.94.4.4 retrieving revision 1.94.4.5 diff -Llib/WeBWorK.pm -Llib/WeBWorK.pm -u -r1.94.4.4 -r1.94.4.5 --- lib/WeBWorK.pm +++ lib/WeBWorK.pm @@ -34,7 +34,7 @@ =cut -BEGIN { $main::VERSION = "2.4.0"; } +BEGIN { $main::VERSION = "2.4.1"; } use strict; use warnings; |