summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-26 14:52:29 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-26 14:52:29 +0200
commitb3c0fa34dd27dbe1fd89bc8dfd63705c5ea4e927 (patch)
tree52a400fe562a0d033330422dc753dd94d6aab017
parentf638a6d39525dded01b5bcde64bd65e47ec10110 (diff)
downloadsmokeping-b3c0fa34dd27dbe1fd89bc8dfd63705c5ea4e927.tar.gz
smokeping-b3c0fa34dd27dbe1fd89bc8dfd63705c5ea4e927.tar.xz
prepare for the release of smokeping-2.5.1
-rw-r--r--CHANGES4
-rw-r--r--Makefile4
-rw-r--r--lib/Smokeping.pm2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 60ee8f4..34ec6e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2011/09/26 -- released version 2.5.1
+
+* fixed version number in modules
+
2011/09/25 -- released version 2.5.0
* in zoom/ajax mode, do not exit ... fastcgis should not quit
diff --git a/Makefile b/Makefile
index 7466b2a..2fca286 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
SHELL = /bin/sh
-VERSION := 2.5.0
+VERSION := 2.5.1
SVNREPO = svn://svn.oetiker.ch/smokeping
############ A is for features
############ B is for bugfixes
############ V.AAABBB
############ 2.000001
############ 2.000002
-NUMVERSION = 2.004002
+NUMVERSION = 2.005001
IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|\.svn|tar\.gz|DEADJOE|svn-commit\.tmp
GROFF = groff
PERL = perl-5.8.8
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 7e5bc2f..00375dc 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -67,7 +67,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="2.004002";
+$VERSION="2.005001";
# we want opts everywhere
my %opt;