Skip to content

Commit

Permalink
Bump version number to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jun 12, 2023
1 parent e149068 commit d1ff3ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.1], [vmalvarez@virustotal.com])
AC_INIT([yara], [4.3.2], [vmalvarez@virustotal.com])

AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([cli/yara.c])
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 3
#define YR_MICRO_VERSION 1
#define YR_MICRO_VERSION 2

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

0 comments on commit d1ff3ec

Please sign in to comment.