Make a normal release, not a dev one

This commit is contained in:
Duncan Ferguson 2016-10-18 21:24:23 +01:00
parent 067bab1894
commit 29762f2868
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
4.08_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net> 4.08 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Add perl-5.8, 5.10 and 5.12 to Travis-CI automated testing - Add perl-5.8, 5.10 and 5.12 to Travis-CI automated testing
- Fix building and testing on perl-5.8.9 - Fix building and testing on perl-5.8.9
- Improve testing on systems that do not have xterm installed - Improve testing on systems that do not have xterm installed

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.08_01'); use version; our $VERSION = version->new('4.08');
use Carp qw/cluck :DEFAULT/; use Carp qw/cluck :DEFAULT/;