Skip to content

Commit

Permalink
Bumped version to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed May 16, 2019
1 parent 25dd523 commit fee3ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v2.8.0 (2019-05-16)

* New: Added support for `pe.iconhash()` function.

# v2.7.0 (2019-04-30)

* New: Methods for manipulation of rule name and tags ([#27](https://github.com/avast/yaramod/issues/27)).
Expand Down
4 changes: 2 additions & 2 deletions include/yaramod/yaramod.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#define STR(x) STR_HELPER(x)

#define YARAMOD_VERSION_MAJOR 2
#define YARAMOD_VERSION_MINOR 7
#define YARAMOD_VERSION_MINOR 8
#define YARAMOD_VERSION_PATCH 0
#define YARAMOD_VERSION_ADDEND ""

#define YARAMOD_VERSION STR(YARAMOD_VERSION_MAJOR) "." STR(YARAMOD_VERSION_MINOR) "." STR(YARAMOD_VERSION_PATCH) YARAMOD_VERSION_ADDEND

#define YARA_SYNTAX_VERSION "3.8"
#define YARA_SYNTAX_VERSION "3.10"

#include <memory>

Expand Down

0 comments on commit fee3ad7

Please sign in to comment.