Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 8, 2022
1 parent cc02b4f commit ba94b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([yara], [4.2.2], [vmalvarez@virustotal.com])
AC_INIT([yara], [4.2.3], [vmalvarez@virustotal.com])

AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([cli/yara.c])
Expand Down
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 2
#define YR_MICRO_VERSION 3

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

0 comments on commit ba94b4f

Please sign in to comment.