Skip to content

Commit

Permalink
Released version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Aug 19, 2019
1 parent 87b9912 commit f28639e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# dev
# v2.9.0 (2019-08-19)

* New: Interface for obtaining internal representation of regular expressions ([#29](https://github.com/avast/yaramod/issues/29)).
* New: Interface for visitor over regular expressions ([#33](https://github.com/avast/yaramod/pull/33)).
Expand Down
2 changes: 1 addition & 1 deletion include/yaramod/yaramod.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define STR(x) STR_HELPER(x)

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

Expand Down

0 comments on commit f28639e

Please sign in to comment.