summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-22 01:00:58 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-22 01:00:58 +0200
commitf7ec5a8d8089bf2ab5edcd33a155655783a050ae (patch)
tree112efc58e1f7b2ac51ba0e9c20f19ac26cb35139 /lib/Smokeping.pm
parente878c50a1ec861e61254969dec69952b966a8b3b (diff)
downloadsmokeping-f7ec5a8d8089bf2ab5edcd33a155655783a050ae.tar.gz
smokeping-f7ec5a8d8089bf2ab5edcd33a155655783a050ae.tar.xz
prepare for the release of smokeping-20050922_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 9586f22..624e492 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="20050921";
+$VERSION="20050922";
# we want opts everywhere
my %opt;