Skip to content

Commit 7ff3904

Browse files
committed
bump version number to 4.5.4.
1 parent 6c8accd commit 7ff3904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([yara], [4.5.3], [[email protected]])
1+
AC_INIT([yara], [4.5.4], [[email protected]])
22

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

libyara/include/yara/libyara.h

Lines changed: 1 addition & 1 deletion
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 5
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)