Skip to content

Commit

Permalink
Releasing version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martingalloar committed Jun 30, 2017
1 parent 3e91480 commit efea0b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4.2.dev-{build}"
version: "v0.4.2-{build}"

clone_folder: c:\projects\sap

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.4.2 - 2017-XX-XX
v0.4.2 - 2017-06-30
-------------------
- Added initial support for dissecting SNC frames and some of their fields.
- `src/packet-sapdiag.cpp`: Dissection of SNC frames uses new helper functions.
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-2017 by Martin Gallo, Core Security

Version 0.4.2.dev (XXX 2017)
Version 0.4.2 (June 2017)


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.4.2.dev"
#define VERSION "0.4.2"

0 comments on commit efea0b9

Please sign in to comment.