summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-01 01:00:54 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-01 01:00:54 +0100
commita25527165845fd32dd1ac054d3962c83bad989cb (patch)
tree1ca9158ff8a42204fa47e4d2720cfb2e1709d71a /lib
parent448ab9a128acc6005fa6cd8eaecb540ae40aea71 (diff)
downloadsmokeping-a25527165845fd32dd1ac054d3962c83bad989cb.tar.gz
smokeping-a25527165845fd32dd1ac054d3962c83bad989cb.tar.xz
prepare for the release of smokeping-20060101_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 ab996ef..3a9009c 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="20051231";
+$VERSION="20060101";
# we want opts everywhere
my %opt;