summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-26 01:00:59 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-26 01:00:59 +0100
commit0217762c01814425d80e73d24d89740304c5554d (patch)
tree4d78716f7f363cf33bc0c8606f863b152bacfa76 /lib
parent938b38ff8c7d95e73234926c06569018b33a8362 (diff)
downloadsmokeping-0217762c01814425d80e73d24d89740304c5554d.tar.gz
smokeping-0217762c01814425d80e73d24d89740304c5554d.tar.xz
prepare for the release of smokeping-20051126_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 4c7300d..b120365 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="20051125";
+$VERSION="20051126";
# we want opts everywhere
my %opt;