summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-19 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-19 01:00:53 +0100
commit5c3a70d83c55785dd4f18c0fef3f3837bc779b8d (patch)
treea6e76f5240512ff7e3ae83f8f8884e324ee202a1 /lib
parent880202c220f29aabf072e899aab5f6b2a2e9e65e (diff)
downloadsmokeping-5c3a70d83c55785dd4f18c0fef3f3837bc779b8d.tar.gz
smokeping-5c3a70d83c55785dd4f18c0fef3f3837bc779b8d.tar.xz
prepare for the release of smokeping-20051119_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 503e1b6..b792d21 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="20051118";
+$VERSION="20051119";
# we want opts everywhere
my %opt;