summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-19 01:00:57 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-19 01:00:57 +0200
commit46ee95fed2d9fd96185ba3e845b3b313ad5c05b5 (patch)
tree094331113b68631e832540ef68fef70f9b3c9185 /lib
parent1d4293fd5da3b375fb309c30b8072571615813f0 (diff)
downloadsmokeping-46ee95fed2d9fd96185ba3e845b3b313ad5c05b5.tar.gz
smokeping-46ee95fed2d9fd96185ba3e845b3b313ad5c05b5.tar.xz
prepare for the release of smokeping-20060419_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 9c57f35..dffd85c 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="20060418";
+$VERSION="20060419";
# we want opts everywhere
my %opt;