Skip to content

Commit fee3ad7

Browse files
committed
Bumped version to v2.8.0
1 parent 25dd523 commit fee3ad7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# v2.8.0 (2019-05-16)
4+
5+
* New: Added support for `pe.iconhash()` function.
6+
37
# v2.7.0 (2019-04-30)
48

59
* New: Methods for manipulation of rule name and tags ([#27](https://github.com/avast/yaramod/issues/27)).

include/yaramod/yaramod.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
#define STR(x) STR_HELPER(x)
1111

1212
#define YARAMOD_VERSION_MAJOR 2
13-
#define YARAMOD_VERSION_MINOR 7
13+
#define YARAMOD_VERSION_MINOR 8
1414
#define YARAMOD_VERSION_PATCH 0
1515
#define YARAMOD_VERSION_ADDEND ""
1616

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

19-
#define YARA_SYNTAX_VERSION "3.8"
19+
#define YARA_SYNTAX_VERSION "3.10"
2020

2121
#include <memory>
2222

0 commit comments

Comments
 (0)