[Forensics-changes] [yara] 365/368: Set version number to 3.5.0

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:00 UTC 2017


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

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

commit 810d6b01329a3e84e6542a7eda1b770a355eaf22
Author: plusvic <plusvic at gmail.com>
Date:   Mon Jul 25 14:13:18 2016 +0200

    Set version number to 3.5.0
---
 configure.ac                   | 2 +-
 docs/conf.py                   | 4 ++--
 libyara/Makefile.am            | 2 +-
 libyara/include/yara/libyara.h | 4 ++--
 windows/include/config.h       | 6 +++---
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3ba576a..e9e27ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [3.4.0], [vmalvarez at virustotal.com])
+AC_INIT([yara], [3.5.0], [vmalvarez at virustotal.com])
 
 AC_CONFIG_SRCDIR([yara.c])
 
diff --git a/docs/conf.py b/docs/conf.py
index 793ea7f..cf470c3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = u'2014-2015, Victor M. Alvarez'
 # built documents.
 #
 # The short X.Y version.
-version = '3.4'
+version = '3.5'
 # The full version, including alpha/beta/rc tags.
-release = '3.4.0'
+release = '3.5.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index d122b8b..7302912 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -60,7 +60,7 @@ yarainclude_HEADERS = \
 
 lib_LTLIBRARIES = libyara.la
 
-libyara_la_LDFLAGS = -version-number 3:4:0
+libyara_la_LDFLAGS = -version-number 3:5:0
 
 libyara_la_SOURCES = \
   $(MODULES) \
diff --git a/libyara/include/yara/libyara.h b/libyara/include/yara/libyara.h
index dc6f146..f4861ed 100644
--- a/libyara/include/yara/libyara.h
+++ b/libyara/include/yara/libyara.h
@@ -33,11 +33,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <yara/utils.h>
 
 #define YR_MAJOR_VERSION   3
-#define YR_MINOR_VERSION   4
+#define YR_MINOR_VERSION   5
 #define YR_MICRO_VERSION   0
 
 // Version as a string
-#define YR_VERSION         "3.4.0"
+#define YR_VERSION         "3.5.0"
 
 
 // Version as a single 4-byte hex number, e.g. 0x030401 == 3.4.1.
diff --git a/windows/include/config.h b/windows/include/config.h
index 15c80d9..6b88676 100644
--- a/windows/include/config.h
+++ b/windows/include/config.h
@@ -9,10 +9,10 @@
 #define PACKAGE_NAME "yara"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yara 3.4.0"
+#define PACKAGE_STRING "yara 3.5.0"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.4.0"
+#define PACKAGE_VERSION "3.5.0"
 
 /* Version number of package */
-#define VERSION "3.4.0"
+#define VERSION "3.5.0"

-- 
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