Skip to content

Commit d1ff3ec

Browse files
committed
Bump version number to 4.3.2
1 parent e149068 commit d1ff3ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([yara], [4.3.1], [[email protected]])
1+
AC_INIT([yara], [4.3.2], [[email protected]])
22

33
AM_SILENT_RULES([yes])
44
AC_CONFIG_SRCDIR([cli/yara.c])

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '4.3'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '4.3.1'
56+
release = '4.3.2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

libyara/include/yara/libyara.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434

3535
#define YR_MAJOR_VERSION 4
3636
#define YR_MINOR_VERSION 3
37-
#define YR_MICRO_VERSION 1
37+
#define YR_MICRO_VERSION 2
3838

3939
#define version_str(s) _version_str(s)
4040
#define _version_str(s) #s

0 commit comments

Comments
 (0)