summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-15 01:01:01 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-15 01:01:01 +0100
commitc3ebdbd645add45df0e6ae7d7759ede0e9b655f4 (patch)
treef6f29083552e09683e11470e370f6ea9eac8b1ff /lib/Smokeping.pm
parentb6674d6f5485d425edfd88611389f909bd4b2332 (diff)
downloadsmokeping-c3ebdbd645add45df0e6ae7d7759ede0e9b655f4.tar.gz
smokeping-c3ebdbd645add45df0e6ae7d7759ede0e9b655f4.tar.xz
prepare for the release of smokeping-20051215_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 65ea7b3..b7128bf 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="20051214";
+$VERSION="20051215";
# we want opts everywhere
my %opt;