summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-08-30 11:45:38 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-08-30 11:45:38 +0200
commite262eac461d5b037b20ff7446c6c99137d7e2e2e (patch)
tree2b7bd2d81b7993f027106493e5791c27891901e8
parent371043ac25913355a7239ccbe35f341ab65d800a (diff)
downloadsmokeping-e262eac461d5b037b20ff7446c6c99137d7e2e2e.tar.gz
smokeping-e262eac461d5b037b20ff7446c6c99137d7e2e2e.tar.xz
get ready for 2.2.0 dist
-rw-r--r--CHANGES2
-rw-r--r--Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index eb91978..e4df958 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2007/08/30 -- released version 2.2.0
+*** all the new features in this release has been done under contract with DynDNS ***
* Added multi-host function (show data from several links in one graph) -- tobi
* Added stddev caclulation -- tobi
diff --git a/Makefile b/Makefile
index 98fcf8a..943a451 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
SHELL = /bin/sh
-VERSION = 2.1.1
+VERSION = 2.2.0
############ A is for features
############ B is for bugfixes
############ V.AAABBB
############ 2.000001
############ 2.000002
-NUMVERSION = 2.001001
+NUMVERSION = 2.002001
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