summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-01-23 16:06:23 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-01-23 16:06:23 +0100
commitd7ef1c5cc614185fe2e9dd83442edb824620335c (patch)
tree7f894cbd63d364e17e0abfb2e8944ba02a2e3e80
parentd39831a3c4296fe4f56bf9b7e48bb443ad9239fc (diff)
downloadsmokeping-d7ef1c5cc614185fe2e9dd83442edb824620335c.tar.gz
smokeping-d7ef1c5cc614185fe2e9dd83442edb824620335c.tar.xz
prepare for the release of smokeping-2.3.0
-rw-r--r--CHANGES2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d9b86e8..9ebe98a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2008/1/23 -- released version 2.3.0
+
* Integrated TCPPing Probe -- Norman Rasmussen
* Added new properties to target configuration
diff --git a/Makefile b/Makefile
index 0535270..bb3a1c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
SHELL = /bin/sh
-VERSION := 2.2.7
+VERSION := 2.3.0
SVNREPO = svn://svn.oetiker.ch/smokeping
############ A is for features
############ B is for bugfixes