summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-25 01:00:59 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-25 01:00:59 +0100
commit537c95d700080b23cc3dac5e1bf17eaa83a390f3 (patch)
tree2454cd76dbb59765f18881b8ba003b97deb85764 /lib/Smokeping.pm
parente47d849259ed6c43463a873073c14582618d84bb (diff)
downloadsmokeping-537c95d700080b23cc3dac5e1bf17eaa83a390f3.tar.gz
smokeping-537c95d700080b23cc3dac5e1bf17eaa83a390f3.tar.xz
prepare for the release of smokeping-20051225_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 01b74cf..5df106c 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="20051224";
+$VERSION="20051225";
# we want opts everywhere
my %opt;