summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-25 01:01:07 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-25 01:01:07 +0100
commit938b38ff8c7d95e73234926c06569018b33a8362 (patch)
tree2465c6a6e0d3ea280b28f418a4eecf9430b5e6c0 /lib
parentb2b0ee599075672447ad0508fecf61fbe25f999e (diff)
downloadsmokeping-938b38ff8c7d95e73234926c06569018b33a8362.tar.gz
smokeping-938b38ff8c7d95e73234926c06569018b33a8362.tar.xz
prepare for the release of smokeping-20051125_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 c9d85a1..4c7300d 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="20051124";
+$VERSION="20051125";
# we want opts everywhere
my %opt;