Skip to content

Commit 637d138

Browse files
committed
Release v4.2.1
1 parent aad7973 commit 637d138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rtd/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Avast'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v4.2.0'
25+
release = 'v4.2.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

include/yaramod/yaramod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define YARAMOD_VERSION_MAJOR 4
1313
#define YARAMOD_VERSION_MINOR 2
14-
#define YARAMOD_VERSION_PATCH 0
14+
#define YARAMOD_VERSION_PATCH 1
1515
#define YARAMOD_VERSION_ADDEND ""
1616

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

0 commit comments

Comments
 (0)