projects
/
fwsnort.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2e67c82
)
removed -pre1 from version string
author
Michael Rash
<mbr@cipherdyne.org>
Sat, 22 Dec 2012 02:23:46 +0000 (21:23 -0500)
committer
Michael Rash
<mbr@cipherdyne.org>
Sat, 22 Dec 2012 02:23:46 +0000 (21:23 -0500)
fwsnort
patch
|
blob
|
history
diff --git
a/fwsnort
b/fwsnort
index
b92de1e
..
f6375ba
100755
(executable)
--- a/
fwsnort
+++ b/
fwsnort
@@
-102,7
+102,7
@@
my $CONFIG_DEFAULT = '/etc/fwsnort/fwsnort.conf';
my $fwsnort_conf = $CONFIG_DEFAULT;
### version number
-my $version = '1.6.3-pre1';
+my $version = '1.6.3';
my %ipt_hdr_opts = (
'src' => '-s',