summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-20 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-20 01:00:53 +0100
commit6a0eee4edd4efc290053db9719f298c40c1aa37b (patch)
treef5f3944c1ebb9aa40aee5e4f20f5bef2b99aa3b2 /lib
parent5c3a70d83c55785dd4f18c0fef3f3837bc779b8d (diff)
downloadsmokeping-6a0eee4edd4efc290053db9719f298c40c1aa37b.tar.gz
smokeping-6a0eee4edd4efc290053db9719f298c40c1aa37b.tar.xz
prepare for the release of smokeping-20051120_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 b792d21..00bfdb8 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="20051119";
+$VERSION="20051120";
# we want opts everywhere
my %opt;