From ee2331d2c1b65ed1201ee9dda50c2f348306fe9e Mon Sep 17 00:00:00 2001 From: Murad Khan Date: Wed, 12 Sep 2018 20:12:23 -0400 Subject: [PATCH] Bump version --- README.md | 2 +- VERSION | 2 +- src/Plugin.cc | 2 +- tests/Baseline/http2.show-plugin/output | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cfc7291..6bb2df2 100755 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ You should see the following output from bro if successfully installed: ``` > bro -NN mitrecnd::HTTP2 - mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.3) + mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.4) [Analyzer] HTTP2 (ANALYZER_HTTP2, enabled) [Event] http2_request [Event] http2_reply diff --git a/VERSION b/VERSION index be58634..bd73f47 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3 +0.4 diff --git a/src/Plugin.cc b/src/Plugin.cc index 37bae17..57edc9b 100755 --- a/src/Plugin.cc +++ b/src/Plugin.cc @@ -13,6 +13,6 @@ plugin::Configuration Plugin::Configure() config.description = "Hypertext Transfer Protocol Version 2 analyzer"; config.name = "mitrecnd::HTTP2"; config.version.major = 0; - config.version.minor = 3; + config.version.minor = 4; return config; } diff --git a/tests/Baseline/http2.show-plugin/output b/tests/Baseline/http2.show-plugin/output index 418ac54..98bb5f9 100644 --- a/tests/Baseline/http2.show-plugin/output +++ b/tests/Baseline/http2.show-plugin/output @@ -1,4 +1,4 @@ -mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.3) +mitrecnd::HTTP2 - Hypertext Transfer Protocol Version 2 analyzer (dynamic, version 0.4) [Analyzer] HTTP2 (ANALYZER_HTTP2, enabled) [Event] http2_request [Event] http2_reply