From 8d5af7e5f254f10107e2851bef2059a368374a2a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 2 Jan 2010 23:48:23 +0100 Subject: [PATCH] release v2.0.7 --- NEWS | 2 +- doc/ferm.pod | 2 +- src/ferm | 4 ++-- src/import-ferm | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index e7aff3e..d2cfff5 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Auke Kok -v2.0.7 - not yet released +v2.0.7 - 2 Jan 2010 - fix post and flush hooks with --lines - always prefix the negation operator - updated netfilter modules: diff --git a/doc/ferm.pod b/doc/ferm.pod index adcef03..1a3b65a 100644 --- a/doc/ferm.pod +++ b/doc/ferm.pod @@ -5,7 +5,7 @@ # # ferm, a firewall setup program that makes firewall rules easy! # -# Copyright (C) 2001-2009 Max Kellermann, Auke Kok +# Copyright (C) 2001-2010 Max Kellermann, Auke Kok # # Comments, questions, greetings and additions to this program # may be sent to diff --git a/src/ferm b/src/ferm index 7973340..9e0996c 100755 --- a/src/ferm +++ b/src/ferm @@ -3,7 +3,7 @@ # # ferm, a firewall setup program that makes firewall rules easy! # -# Copyright (C) 2001-2009 Max Kellermann, Auke Kok +# Copyright (C) 2001-2010 Max Kellermann, Auke Kok # # Comments, questions, greetings and additions to this program # may be sent to @@ -47,7 +47,7 @@ use vars qw($has_strict $has_getopt); use vars qw($VERSION); $VERSION = '2.0.7'; -$VERSION .= '~git'; +#$VERSION .= '~git'; ## interface variables # %option = command line and other options diff --git a/src/import-ferm b/src/import-ferm index 138f16c..8309e23 100755 --- a/src/import-ferm +++ b/src/import-ferm @@ -3,7 +3,7 @@ # # ferm, a firewall setup program that makes firewall rules easy! # -# Copyright (C) 2001-2008 Max Kellermann, Auke Kok +# Copyright (C) 2001-2010 Max Kellermann, Auke Kok # # Comments, questions, greetings and additions to this program # may be sent to -- 2.11.4.GIT