Skip to content

Commit

Permalink
Bump version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jun 26, 2020
1 parent 2d5f600 commit 1595e53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_INIT([yara], [4.0.1], [[email protected]])
AC_INIT([yara], [4.0.2], [[email protected]])

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

AC_CONFIG_AUX_DIR([build-aux])

Expand Down Expand Up @@ -29,7 +29,6 @@ AC_PROG_YACC
# inline to __inline__ or __inline if it accepts one of those, otherwise define
# inline to be empty.
AC_C_INLINE

# Defines WORDS_BIGENDIAN if building in a big-endian host.
AC_C_BIGENDIAN

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.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.1'
release = '4.0.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/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dist_noinst_DATA = pb/yara.proto

lib_LTLIBRARIES = libyara.la

libyara_la_LDFLAGS = -version-number 4:0:1
libyara_la_LDFLAGS = -version-number 4:0:2

BUILT_SOURCES = \
lexer.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 0
#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 1595e53

Please sign in to comment.