diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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 |