summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-26 01:00:57 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-26 01:00:57 +0100
commitb3498e0092465209bd5b96ff0dd48ea8f19b6e3a (patch)
treef89c448938f1cf72697bc6be3af5ce3a7a357157 /lib/Smokeping.pm
parent537c95d700080b23cc3dac5e1bf17eaa83a390f3 (diff)
downloadsmokeping-b3498e0092465209bd5b96ff0dd48ea8f19b6e3a.tar.gz
smokeping-b3498e0092465209bd5b96ff0dd48ea8f19b6e3a.tar.xz
prepare for the release of smokeping-20051226_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 5df106c..a39304a 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="20051225";
+$VERSION="20051226";
# we want opts everywhere
my %opt;