summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-02-19 01:00:48 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-02-19 01:00:48 +0100
commitc70d17ccd08cbd5ceca437a3bf0b8e1826bf87b6 (patch)
treefdfdbb4b1772816ae276bdcb823e0b3928f09817 /lib
parentd46cf31ae2666708ddbf288fd085d1bb07e9bbc4 (diff)
downloadsmokeping-c70d17ccd08cbd5ceca437a3bf0b8e1826bf87b6.tar.gz
smokeping-c70d17ccd08cbd5ceca437a3bf0b8e1826bf87b6.tar.xz
prepare for the release of smokeping-20060219_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 6081e7b..bdf170b 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="20060218";
+$VERSION="20060219";
# we want opts everywhere
my %opt;