Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Jan 10, 2025
1 parent 22c8561 commit bbf9ff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Avast'

# The full version, including alpha/beta/rc tags
release = 'v4.0.2'
release = 'v4.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 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 4
#define YARAMOD_VERSION_MINOR 0
#define YARAMOD_VERSION_PATCH 2
#define YARAMOD_VERSION_MINOR 1
#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 "x-0.9.0"
#define YARA_SYNTAX_VERSION "x-0.12.0"

#include <memory>

Expand Down

0 comments on commit bbf9ff0

Please sign in to comment.