Skip to content

Commit

Permalink
Releasing version v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gallo committed Mar 20, 2020
1 parent b855946 commit ec71418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if(Wireshark_FOUND)
set(LINK_MODE_MODULE MODULE)

# Plugin name and version info (major minor micro)
set(PLUGIN_VERSION "0.8.1.dev")
set(PLUGIN_VERSION "0.8.1")
add_definitions(-DPLUGIN_VERSION=\"${PLUGIN_VERSION}\")

else(Wireshark_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

v0.8.1 - 2020-XX-XX
v0.8.1 - 2020-03-20
-------------------

- Switched to Wireshark 3.2 branch. Ported the plugin to the use of new APIs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SAP Dissector Plugin for Wireshark

SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved.

Version 0.8.1.dev (XXX 2020)
Version 0.8.1 (March 2020)


Overview
Expand Down

0 comments on commit ec71418

Please sign in to comment.