[Forensics-changes] [yara] 15/15: Increase version number 3.6.1 --> 3.6.2
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:33:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.2
in repository yara.
commit 1f519c7affff585df7cfd9243428005791fe9fc3
Author: Victor Manuel Alvarez <vmalvarez at vmalvarez-macbookpro.roam.corp.google.com>
Date: Tue Jun 27 09:52:53 2017 +0200
Increase version number 3.6.1 --> 3.6.2
---
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 3ae01e9..18fd276 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [3.6.1], [vmalvarez at virustotal.com])
+AC_INIT([yara], [3.6.2], [vmalvarez at virustotal.com])
AC_CONFIG_SRCDIR([yara.c])
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index 6c747ec..638c364 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:1
+libyara_la_LDFLAGS = -version-number 3:6:2
libyara_la_SOURCES = \
$(MODULES) \
diff --git a/libyara/include/yara/libyara.h b/libyara/include/yara/libyara.h
index c0b2d00..b2c3314 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 1
+#define YR_MICRO_VERSION 2
#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