[Forensics-changes] [yara] 213/407: Bump to version 3.2.0

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


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

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

commit ba58fe2a25851430e14ec4e0a0d6bc4d07366215
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Nov 10 14:43:37 2014 +0100

    Bump to version 3.2.0
---
 configure.ac              | 2 +-
 docs/conf.py              | 4 ++--
 libyara/Makefile.am       | 2 +-
 windows/include/config.h  | 6 +++---
 yara-python/setup.py      | 2 +-
 yara-python/setupwin32.py | 2 +-
 yara-python/setupwin64.py | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/configure.ac b/configure.ac
index 32a26e8..2e7c4b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [3.1], [vmalvarez at virustotal.com])
+AC_INIT([yara], [3.2.0], [vmalvarez at virustotal.com])
 
 AC_CONFIG_SRCDIR([yara.c])
 
diff --git a/docs/conf.py b/docs/conf.py
index 605e91f..146621e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = u'2014, Victor M. Alvarez'
 # built documents.
 #
 # The short X.Y version.
-version = '3.0'
+version = '3.2'
 # The full version, including alpha/beta/rc tags.
-release = '3.0.0'
+release = '3.2.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 db7299e..0fbab0d 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -53,7 +53,7 @@ yarainclude_HEADERS = \
 
 lib_LTLIBRARIES = libyara.la
 
-libyara_la_LDFLAGS = -export-symbols libyara.sym -version-number 3:1
+libyara_la_LDFLAGS = -export-symbols libyara.sym -version-number 3:2:0
 
 libyara_la_SOURCES = \
   $(MODULES) \
diff --git a/windows/include/config.h b/windows/include/config.h
index c692b59..bf1b764 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.1"
+#define PACKAGE_STRING "yara 3.2.0"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.1"
+#define PACKAGE_VERSION "3.2.0"
 
 /* Version number of package */
-#define VERSION "3.1"
+#define VERSION "3.2.0"
diff --git a/yara-python/setup.py b/yara-python/setup.py
index ef2a1b1..affbad0 100644
--- a/yara-python/setup.py
+++ b/yara-python/setup.py
@@ -17,7 +17,7 @@
 from distutils.core import setup, Extension
 
 setup(name='yara-python',
-      version='3.1',
+      version='3.2.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 4e04275..3f2be49 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.1',
+      version='3.2.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 9a6bf67..ce75914 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.1',
+      version='3.2.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