diff options
author | Ermal <eri@pfsense.org> | 2012-07-02 18:21:52 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-02 18:21:52 +0000 |
commit | 8004b79d329f26574c10e20251db436917d33614 (patch) | |
tree | 642e7740fbaee335a3c56944c9a248471e5a9f5a /config | |
parent | c69a1d154034b1d452859d4e8af5c4576c5d86c5 (diff) | |
download | pfsense-packages-8004b79d329f26574c10e20251db436917d33614.tar.gz pfsense-packages-8004b79d329f26574c10e20251db436917d33614.tar.bz2 pfsense-packages-8004b79d329f26574c10e20251db436917d33614.zip |
Bump version after fixes
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 26993ff7..ffc555bf 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -37,7 +37,7 @@ require_once("functions.inc"); require_once("filter.inc"); /* package version */ -$snort_package_version = 'Snort 2.9.2.3 pkg v. 2.2.1'; +$snort_package_version = 'Snort 2.9.2.3 pkg v. 2.2.2'; $snort_rules_file = "snortrules-snapshot-2922.tar.gz"; /* Allow additional execution time 0 = no limit. */ |