summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Huß <roland@jolokia.org>2013-12-20 09:35:41 +0100
committerRoland Huß <roland@jolokia.org>2013-12-20 09:35:41 +0100
commitc7e5e1f2935637c671e00639accd309c63d94437 (patch)
tree103c7d2c45c9fa180985da17237d2b85735aa648
parent379699ea57515237abdc8b9fcf83e928a6e7d808 (diff)
Increased version number
-rw-r--r--lib/Schedule/Cron.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Schedule/Cron.pm b/lib/Schedule/Cron.pm
index a8ea7ae..13f6ec6 100644
--- a/lib/Schedule/Cron.pm
+++ b/lib/Schedule/Cron.pm
@@ -79,7 +79,7 @@ BEGIN {
}
-$VERSION = "1.02_2";
+$VERSION = "1.02_3";
our $DEBUG = 0;
my %STARTEDCHILD = ();