summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-02 01:00:50 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-02 01:00:50 +0200
commit0ba264ad26728b522dca8681df97369e42e81b92 (patch)
treebb1c994ecc00f46d269894f87da6d91b0c202476 /lib/Smokeping.pm
parenta1c148476f32f43bfc0c064f3e05dd694230b9ab (diff)
downloadsmokeping-0ba264ad26728b522dca8681df97369e42e81b92.tar.gz
smokeping-0ba264ad26728b522dca8681df97369e42e81b92.tar.xz
prepare for the release of smokeping-20060502_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 4766323..bf37f26 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="20060501";
+$VERSION="20060502";
# we want opts everywhere
my %opt;