From 8033d5d239dd544eaf927f1ea13c855c7ef054b6 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 28 Apr 2012 20:45:23 -0400 Subject: [PATCH] bumped version to 1.6.2 --- VERSION | 2 +- fwsnort | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index cf19d78..fdd3be6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2-pre1 +1.6.2 diff --git a/fwsnort b/fwsnort index 85d53a2..bf06745 100755 --- a/fwsnort +++ b/fwsnort @@ -14,7 +14,7 @@ # # Credits: (see the CREDITS file) # -# Version: 1.6.2-pre1 +# Version: 1.6.2 # # Copyright (C) 2003-2012 Michael Rash (mbr@cipherdyne.org) # @@ -102,7 +102,7 @@ my $CONFIG_DEFAULT = '/etc/fwsnort/fwsnort.conf'; my $fwsnort_conf = $CONFIG_DEFAULT; ### version number -my $version = '1.6.2-pre1'; +my $version = '1.6.2'; my %ipt_hdr_opts = ( 'src' => '-s', -- 1.7.5.4