Skip to content

Commit 1595e53

Browse files
committed
Bump version to 4.0.2
1 parent 2d5f600 commit 1595e53

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

configure.ac

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AC_INIT([yara], [4.0.1], [[email protected]])
1+
AC_INIT([yara], [4.0.2], [[email protected]])
22

33
AM_SILENT_RULES([yes])
4-
AC_CONFIG_SRCDIR([yara.c])
4+
AC_CONFIG_SRCDIR([cli/yara.c])
55

66
AC_CONFIG_AUX_DIR([build-aux])
77

@@ -29,7 +29,6 @@ AC_PROG_YACC
2929
# inline to __inline__ or __inline if it accepts one of those, otherwise define
3030
# inline to be empty.
3131
AC_C_INLINE
32-
3332
# Defines WORDS_BIGENDIAN if building in a big-endian host.
3433
AC_C_BIGENDIAN
3534

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.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '4.0.1'
56+
release = '4.0.2'
5757

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

libyara/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ dist_noinst_DATA = pb/yara.proto
144144

145145
lib_LTLIBRARIES = libyara.la
146146

147-
libyara_la_LDFLAGS = -version-number 4:0:1
147+
libyara_la_LDFLAGS = -version-number 4:0:2
148148

149149
BUILT_SOURCES = \
150150
lexer.c \

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 0
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)