[Forensics-changes] [yara] 160/160: Set version number to 3.4.0

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


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

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

commit 040db952d484dea406ed7d4e622f7b8ba9b683cb
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Jun 18 15:33:39 2015 +0200

    Set version number to 3.4.0
---
 configure.ac                   | 2 +-
 docs/conf.py                   | 6 +++---
 libyara/Makefile.am            | 2 +-
 libyara/include/yara/libyara.h | 4 ++--
 windows/include/config.h       | 6 +++---
 yara-python/setup.py           | 2 +-
 yara-python/setupwin32.py      | 2 +-
 yara-python/setupwin64.py      | 2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/configure.ac b/configure.ac
index e54a5f4..0b41e00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [3.3.0], [vmalvarez at virustotal.com])
+AC_INIT([yara], [3.4.0], [vmalvarez at virustotal.com])
 
 AC_CONFIG_SRCDIR([yara.c])
 
diff --git a/docs/conf.py b/docs/conf.py
index 7114a3c..793ea7f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -44,16 +44,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'yara'
-copyright = u'2014, Victor M. Alvarez'
+copyright = u'2014-2015, Victor M. Alvarez'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '3.3'
+version = '3.4'
 # The full version, including alpha/beta/rc tags.
-release = '3.3.0'
+release = '3.4.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 84578e3..049dccc 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -59,7 +59,7 @@ yarainclude_HEADERS = \
 
 lib_LTLIBRARIES = libyara.la
 
-libyara_la_LDFLAGS = -version-number 3:3:0
+libyara_la_LDFLAGS = -version-number 3:4:0
 
 libyara_la_SOURCES = \
   $(MODULES) \
diff --git a/libyara/include/yara/libyara.h b/libyara/include/yara/libyara.h
index 64d57fd..6772e13 100644
--- a/libyara/include/yara/libyara.h
+++ b/libyara/include/yara/libyara.h
@@ -20,11 +20,11 @@ limitations under the License.
 #include <yara/utils.h>
 
 #define YR_MAJOR_VERSION   3
-#define YR_MINOR_VERSION   3
+#define YR_MINOR_VERSION   4
 #define YR_MICRO_VERSION   0
 
 // Version as a string
-#define YR_VERSION         "3.3.0"
+#define YR_VERSION         "3.4.0"
 
 // Version as a single 4-byte hex number, e.g. 0x030401 == 3.4.1.
 #define YR_VERSION_HEX ((YR_MAJOR_VERSION << 16) | \
diff --git a/windows/include/config.h b/windows/include/config.h
index 83c6b26..15c80d9 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.3.0"
+#define PACKAGE_STRING "yara 3.4.0"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.3.0"
+#define PACKAGE_VERSION "3.4.0"
 
 /* Version number of package */
-#define VERSION "3.3.0"
+#define VERSION "3.4.0"
diff --git a/yara-python/setup.py b/yara-python/setup.py
index f484a7a..c3ecbf8 100644
--- a/yara-python/setup.py
+++ b/yara-python/setup.py
@@ -26,7 +26,7 @@ if '--with-profiling' in args:
 
 setup(script_args=args,
       name='yara-python',
-      version='3.3.0',
+      version='3.4.0',
       author='Victor M. Alvarez',
       author_email='plusvic at gmail.com;vmalvarez at virustotal.com',
       ext_modules=[Extension(
diff --git a/yara-python/setupwin32.py b/yara-python/setupwin32.py
index 7884007..5e8b64f 100644
--- a/yara-python/setupwin32.py
+++ b/yara-python/setupwin32.py
@@ -17,7 +17,7 @@
 from distutils.core import setup, Extension
 
 setup(name='yara-python',
-      version='3.3.0',
+      version='3.4.0',
       author='Victor M. Alvarez',
       author_email='plusvic at gmail.com;vmalvarez at virustotal.com',
       ext_modules=[Extension(
diff --git a/yara-python/setupwin64.py b/yara-python/setupwin64.py
index a6d8b04..26564f3 100644
--- a/yara-python/setupwin64.py
+++ b/yara-python/setupwin64.py
@@ -17,7 +17,7 @@
 from distutils.core import setup, Extension
 
 setup(name='yara-python',
-      version='3.3.0',
+      version='3.4.0',
       author='Victor M. Alvarez',
       author_email='plusvic at gmail.com;vmalvarez at virustotal.com',
       ext_modules=[Extension(

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