Skip to content

Commit

Permalink
Bump version number to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 10, 2022
1 parent ea0af88 commit 32faec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyara/include/yara/libyara.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#define YR_MAJOR_VERSION 4
#define YR_MINOR_VERSION 2
#define YR_MICRO_VERSION 0
#define YR_MICRO_VERSION 2

#define version_str(s) _version_str(s)
#define _version_str(s) #s
Expand Down

0 comments on commit 32faec6

Please sign in to comment.