From ea2fe02475a0d10da2d46f9ffc1ff0e6e79b6170 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 18 Jul 2009 11:26:14 +0200 Subject: [PATCH] release v2.0.6 --- NEWS | 2 +- doc/ferm.pod | 4 ++-- src/ferm | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 1a1f0e3..13d332a 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Auke Kok -v2.0.6 - not yet released +v2.0.6 - 18 Jul 2009 - support negation in mark/connmark - support negation in set - added automatic variable $FILENAME diff --git a/doc/ferm.pod b/doc/ferm.pod index f765e9c..527fa7b 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-2008 Max Kellermann, Auke Kok +# Copyright (C) 2001-2009 Max Kellermann, Auke Kok # # Comments, questions, greetings and additions to this program # may be sent to @@ -1767,7 +1767,7 @@ If you find a bug, please tell us: ferm@foo-projects.org =head1 COPYRIGHT -Copyright (C) 2001-2008 Max Kellermann , Auke +Copyright (C) 2001-2009 Max Kellermann , Auke Kok This program is free software; you can redistribute it and/or modify diff --git a/src/ferm b/src/ferm index 403eb0b..3189b19 100755 --- a/src/ferm +++ b/src/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-2009 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.6'; -$VERSION .= '~git'; +#$VERSION .= '~git'; ## interface variables # %option = command line and other options @@ -564,7 +564,7 @@ exit 0; sub printversion { print "ferm $VERSION\n"; - print "Copyright (C) 2001-2008 Max Kellermann, Auke Kok\n"; + print "Copyright (C) 2001-2009 Max Kellermann, Auke Kok\n"; print "This program is free software released under GPLv2.\n"; print "See the included COPYING file for license details.\n"; } -- 2.11.4.GIT