summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-08 01:00:54 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-08 01:00:54 +0100
commitdb20031e50e0fb6b6ed0f540997b3d7250f300c3 (patch)
tree86aa2f497f45ffab5e964591fff17b61f386277f /lib
parentb1b3211571281154866ab83eb36f921930b23041 (diff)
downloadsmokeping-db20031e50e0fb6b6ed0f540997b3d7250f300c3.tar.gz
smokeping-db20031e50e0fb6b6ed0f540997b3d7250f300c3.tar.xz
prepare for the release of smokeping-20051208_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 84aab6b..560860a 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="20051207";
+$VERSION="20051208";
# we want opts everywhere
my %opt;