Version bump

This commit is contained in:
Maff 2014-09-25 21:42:18 +01:00
parent 7b7572939d
commit 915a8e13e2
1 changed files with 1 additions and 1 deletions

2
pscrot
View File

@ -17,7 +17,7 @@ use POE::Component::DirWatch;
use POSIX;
my $ME = "pscrot";
my $VERSION = "0.4.2";
my $VERSION = "0.5.1";
my $HOSTNAME = `hostname`; chomp $HOSTNAME;
my $rcfile = $ENV{"HOME"}."/.pscrotrc";
our %Conf;