Skip to content

Commit 814b629

Browse files
committed
Bump version number to 4.0.4.
1 parent 526f122 commit 814b629

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.0.3], [[email protected]])
1+
AC_INIT([yara], [4.0.4], [[email protected]])
22

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

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:3
147+
libyara_la_LDFLAGS = -version-number 4:0:4
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 3
37+
#define YR_MICRO_VERSION 4
3838

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

0 commit comments

Comments
 (0)