Mark new minor verion for upcoming work

This commit is contained in:
Duncan Ferguson 2010-06-20 21:06:26 +01:00
parent 4734b82aad
commit bbc9fa3793
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_05 ????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_01
2010-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_05
* Tidy up pod for whatis errors * Tidy up pod for whatis errors
* Amend copyright years and text to be consistent * Amend copyright years and text to be consistent

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004; use 5.008.004;
use warnings; use warnings;
use strict; use strict;
use version; our $VERSION = version->new('4.00_05'); use version; our $VERSION = version->new('4.01_01');
use Carp; use Carp;