[Forensics-changes] [yara] 17/17: Increase version 3.6.0 --> 3.6.1

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:32:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.1
in repository yara.

commit 76cae33466f715fb3004082f00e3c06df028a1f8
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Jun 5 18:57:34 2017 +0200

    Increase version 3.6.0 --> 3.6.1
---
 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 8f4da59..85cefba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [3.6.0], [vmalvarez at virustotal.com])
+AC_INIT([yara], [3.6.1], [vmalvarez at virustotal.com])
 
 AC_CONFIG_SRCDIR([yara.c])
 
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index 0be3138..6c747ec 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:0
+libyara_la_LDFLAGS = -version-number 3:6:1
 
 libyara_la_SOURCES = \
   $(MODULES) \
diff --git a/libyara/include/yara/libyara.h b/libyara/include/yara/libyara.h
index 1da61e5..c0b2d00 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   0
+#define YR_MICRO_VERSION   1
 
 #define version_str(s) _version_str(s)
 #define _version_str(s) #s

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list