Skip to content

Commit

Permalink
Prerelease v3.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal authored Nov 22, 2019
1 parent 4f9d89c commit ed8a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/yaramod/yaramod.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define YARAMOD_VERSION_MAJOR 3
#define YARAMOD_VERSION_MINOR 0
#define YARAMOD_VERSION_PATCH 0
#define YARAMOD_VERSION_ADDEND "b0"
#define YARAMOD_VERSION_ADDEND "b1"

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

Expand Down

0 comments on commit ed8a914

Please sign in to comment.