We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad7973 commit 637d138Copy full SHA for 637d138
docs/rtd/conf.py
@@ -22,7 +22,7 @@
22
author = 'Avast'
23
24
# The full version, including alpha/beta/rc tags
25
-release = 'v4.2.0'
+release = 'v4.2.1'
26
27
28
# -- General configuration ---------------------------------------------------
include/yaramod/yaramod.h
@@ -11,7 +11,7 @@
11
12
#define YARAMOD_VERSION_MAJOR 4
13
#define YARAMOD_VERSION_MINOR 2
14
-#define YARAMOD_VERSION_PATCH 0
+#define YARAMOD_VERSION_PATCH 1
15
#define YARAMOD_VERSION_ADDEND ""
16
17
#define YARAMOD_VERSION STR(YARAMOD_VERSION_MAJOR) "." STR(YARAMOD_VERSION_MINOR) "." STR(YARAMOD_VERSION_PATCH) YARAMOD_VERSION_ADDEND
0 commit comments