summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-25 17:18:57 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-25 17:18:57 +0200
commit7e6820cc9127828f84640831852f6a5badc784dc (patch)
tree5d29244973b3f4611055a7959c4af7f9aa794779
parente63c27dac0ca039b67e284235df8238bd0012cfc (diff)
downloadsmokeping-7e6820cc9127828f84640831852f6a5badc784dc.tar.gz
smokeping-7e6820cc9127828f84640831852f6a5badc784dc.tar.xz
prepare for the release of smokeping-2.5.0
-rw-r--r--CHANGES2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a8afb7b..b088ba3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2011/09/25 -- released version 2.5.0
+
* Switch from using SpeedyCGI to FastCGI.
* Added new OpenSSHJunOSPing probe to run ping from a juniper router via
diff --git a/Makefile b/Makefile
index 2d70861..2e11b94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
SHELL = /bin/sh
-VERSION := 2.5
+VERSION := 2.5.0
SVNREPO = svn://svn.oetiker.ch/smokeping
############ A is for features
############ B is for bugfixes