summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-13 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-13 01:00:53 +0100
commitc186d8f231b999aea5c64c4c38c9f04a2c79ee34 (patch)
tree7525b71a39808656bc50d0324aa0338b82c3dc1e /lib
parentda9ca937189fbd8e610fa6d9b9df0718e55a886e (diff)
downloadsmokeping-c186d8f231b999aea5c64c4c38c9f04a2c79ee34.tar.gz
smokeping-c186d8f231b999aea5c64c4c38c9f04a2c79ee34.tar.xz
prepare for the release of smokeping-20060113_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 8735b19..0a05dc0 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="20060112";
+$VERSION="20060113";
# we want opts everywhere
my %opt;