summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-22 01:01:01 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-22 01:01:01 +0200
commit593fa608368eea633c226c41218bd8bbd90ef3d8 (patch)
treef29e4281c57b26e9245c8b0fa812212d55b64920 /lib
parentac81dca814aaca83729f1f22a7bf738b1c17c9ac (diff)
downloadsmokeping-593fa608368eea633c226c41218bd8bbd90ef3d8.tar.gz
smokeping-593fa608368eea633c226c41218bd8bbd90ef3d8.tar.xz
prepare for the release of smokeping-20051022_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index b792919..8143236 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="20051021";
+$VERSION="20051022";
# we want opts everywhere
my %opt;