summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-05-31 22:14:23 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-05-31 22:14:23 +0200
commit9791370bdbea2be98b9f715a4cea7bbfc5ec9880 (patch)
treeabafe35a5819bab4ce8c280dde55a5bd9fc99eda
parentdbad531025c7f6ffe665c1514af416658fc6d3f4 (diff)
downloadsmokeping-9791370bdbea2be98b9f715a4cea7bbfc5ec9880.tar.gz
smokeping-9791370bdbea2be98b9f715a4cea7bbfc5ec9880.tar.xz
prepare for the release of smokeping-2.0rc5
-rw-r--r--Makefile6
-rwxr-xr-xbin/smokeping.dist2
-rwxr-xr-xhtdocs/smokeping.cgi.dist2
-rw-r--r--lib/Smokeping.pm2
4 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c2584ed..80c2b81 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
SHELL = /bin/sh
-VERSION = 2.0rc4
-NUMVERSION = 1.99005
+VERSION = 2.0rc5
+NUMVERSION = 1.99006
IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|.svn
GROFF = groff
.PHONY: man html txt ref examples check-examples patch killdoc doc tar rename-man symlinks remove-symlinks
@@ -147,4 +147,4 @@ dist: tar
tag: dist
svn commit -m "prepare for the release of smokeping-$(VERSION)"
- svn copy -m "tagging version $(VERSION)" svn://svn.ee.ethz.ch/smokeping/branches/2.0 svn://svn.ee.ethz.ch/smokeping/tags/$VERSION
+ svn copy -m "tagging version $(VERSION)" svn://svn.ee.ethz.ch/smokeping/branches/2.0 svn://svn.ee.ethz.ch/smokeping/tags/$(VERSION)
diff --git a/bin/smokeping.dist b/bin/smokeping.dist
index e6a13ab..8d15a28 100755
--- a/bin/smokeping.dist
+++ b/bin/smokeping.dist
@@ -4,7 +4,7 @@
use lib qw(/usr/pack/rrdtool-1.0.49-to/lib/perl);
use lib qw(lib);
-use Smokeping 1.99005;
+use Smokeping 1.99006;
Smokeping::main("etc/config.dist");
diff --git a/htdocs/smokeping.cgi.dist b/htdocs/smokeping.cgi.dist
index a5801b4..6a391b5 100755
--- a/htdocs/smokeping.cgi.dist
+++ b/htdocs/smokeping.cgi.dist
@@ -5,7 +5,7 @@ use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
use CGI::Carp qw(fatalsToBrowser);
-use Smokeping 1.99005;
+use Smokeping 1.99006;
Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 46545a0..a7f00a9 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -20,7 +20,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="1.99005";
+$VERSION="1.99006";
# we want opts everywhere
my %opt;