From 06589f77ecfc6554f3a419255fe910ae3c503399 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Wed, 5 Jul 2017 16:35:49 +0200 Subject: [PATCH] Increase version number 3.6.3 --> 3.6.3 --- configure.ac | 2 +- libyara/Makefile.am | 2 +- libyara/include/yara/libyara.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 18fd2766af..86acbc71ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([yara], [3.6.2], [vmalvarez@virustotal.com]) +AC_INIT([yara], [3.6.3], [vmalvarez@virustotal.com]) AC_CONFIG_SRCDIR([yara.c]) diff --git a/libyara/Makefile.am b/libyara/Makefile.am index 638c364369..1c0ea3aa75 100644 --- a/libyara/Makefile.am +++ b/libyara/Makefile.am @@ -82,7 +82,7 @@ yarainclude_HEADERS = \ lib_LTLIBRARIES = libyara.la -libyara_la_LDFLAGS = -version-number 3:6:2 +libyara_la_LDFLAGS = -version-number 3:6:3 libyara_la_SOURCES = \ $(MODULES) \ diff --git a/libyara/include/yara/libyara.h b/libyara/include/yara/libyara.h index b2c3314c25..3d78464e97 100644 --- a/libyara/include/yara/libyara.h +++ b/libyara/include/yara/libyara.h @@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define YR_MAJOR_VERSION 3 #define YR_MINOR_VERSION 6 -#define YR_MICRO_VERSION 2 +#define YR_MICRO_VERSION 3 #define version_str(s) _version_str(s) #define _version_str(s) #s