summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-21 01:00:58 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-21 01:00:58 +0100
commita7def2ca84fad70758e24bbc3d83d330d37f2570 (patch)
treec3eca964769bd4f77c2de5419ba7cf5558ba9f61 /lib/Smokeping.pm
parent22462833c1511c921822ba6f3eca4ea2d3cacf61 (diff)
downloadsmokeping-a7def2ca84fad70758e24bbc3d83d330d37f2570.tar.gz
smokeping-a7def2ca84fad70758e24bbc3d83d330d37f2570.tar.xz
prepare for the release of smokeping-20051221_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index ae908ab..234cbdb 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20051220";
+$VERSION="20051221";
# we want opts everywhere
my %opt;