summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-20 01:00:59 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-20 01:00:59 +0200
commitce3590638105b69b537589f14cd3109f93315293 (patch)
treea7a8c645b3d3fc5a327889a5eec2c376745f79a9 /lib/Smokeping.pm
parentc616eb281b2211395a5cf03cc31d7d803227eb89 (diff)
downloadsmokeping-ce3590638105b69b537589f14cd3109f93315293.tar.gz
smokeping-ce3590638105b69b537589f14cd3109f93315293.tar.xz
prepare for the release of smokeping-20050920_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 b6145f0..7609874 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="20050919";
+$VERSION="20050920";
# we want opts everywhere
my %opt;