From d1ff3ecc465d7ed882943fd1278dd8981b704f02 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Mon, 12 Jun 2023 11:29:26 +0200 Subject: [PATCH] Bump version number to 4.3.2 --- configure.ac | 2 +- docs/conf.py | 2 +- libyara/include/yara/libyara.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0bd70b7498..ed942a4ac7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([yara], [4.3.1], [vmalvarez@virustotal.com]) +AC_INIT([yara], [4.3.2], [vmalvarez@virustotal.com]) AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([cli/yara.c]) diff --git a/docs/conf.py b/docs/conf.py index 4839662f70..ae60f214af 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # The short X.Y version. version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.3.1' +release = '4.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/libyara/include/yara/libyara.h b/libyara/include/yara/libyara.h index 20294bacfc..d9f24d3883 100644 --- a/libyara/include/yara/libyara.h +++ b/libyara/include/yara/libyara.h @@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define YR_MAJOR_VERSION 4 #define YR_MINOR_VERSION 3 -#define YR_MICRO_VERSION 1 +#define YR_MICRO_VERSION 2 #define version_str(s) _version_str(s) #define _version_str(s) #s