Skip to content

Commit

Permalink
Releasing version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martingalloar committed Mar 17, 2018
1 parent 752cb48 commit a592522
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AppVeyor configuration based on https://github.com/AMOS-ss16-proj3/amos-ss16-proj3/blob/master/appveyor.yml
version: "v0.5.2.dev-{build}"
version: "v0.5.2-{build}"

clone_folder: c:\projects\sap

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else(Wireshark_FOUND AND Wireshark_VERSION_MAJOR EQUAL 2 AND Wireshark_VERSION_M
MESSAGE(STATUS "Wireshark libraries not found, performing a Wireshark plug-in build.")

include(WiresharkPlugin)
set_module_info(sap 0 5 1 0)
set_module_info(sap 0 5 2 0)

endif(Wireshark_FOUND AND Wireshark_VERSION_MAJOR EQUAL 2 AND Wireshark_VERSION_MINOR EQUAL 4)

Expand Down
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Changelog
=========

v0.5.2 - 2018-XX-XX
v0.5.2 - 2018-03-17
-------------------

- Version released at Troopers'18
- Added support for dissecting the IGS protocol. Thanks Yvan Genuer ([@iggy38](https://github.com/iggy38))! ([\#14](https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark/issues/14))


v0.5.1 - 2017-10-24
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SAP Dissector Plugin for Wireshark

Copyright (C) 2012-2018 by Martin Gallo, Core Security

Version 0.5.2.dev (XXX 2017)
Version 0.5.2 (March 2018)


Overview
Expand Down
2 changes: 1 addition & 1 deletion moduleinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#endif

/* Version number of package */
#define VERSION "0.5.2.dev"
#define VERSION "0.5.2"

0 comments on commit a592522

Please sign in to comment.