mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Mark new minor verion for upcoming work
This commit is contained in:
parent
4734b82aad
commit
bbc9fa3793
2 changed files with 4 additions and 2 deletions
4
Changes
4
Changes
|
@ -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
|
||||
* Amend copyright years and text to be consistent
|
||||
|
|
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.00_05');
|
||||
use version; our $VERSION = version->new('4.01_01');
|
||||
|
||||
use Carp;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue