From ba58fe2a25851430e14ec4e0a0d6bc4d07366215 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Mon, 10 Nov 2014 14:43:37 +0100 Subject: [PATCH] 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 32a26e87d0..2e7c4b4afd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([yara], [3.1], [vmalvarez@virustotal.com]) +AC_INIT([yara], [3.2.0], [vmalvarez@virustotal.com]) AC_CONFIG_SRCDIR([yara.c]) diff --git a/docs/conf.py b/docs/conf.py index 605e91fc75..146621eae7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # 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 db7299e999..0fbab0d3c7 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 c692b596d7..bf1b764846 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 ef2a1b11a8..affbad0224 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@gmail.com;vmalvarez@virustotal.com', ext_modules=[Extension( diff --git a/yara-python/setupwin32.py b/yara-python/setupwin32.py index 4e042755c1..3f2be49c86 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@gmail.com;vmalvarez@virustotal.com', ext_modules=[Extension( diff --git a/yara-python/setupwin64.py b/yara-python/setupwin64.py index 9a6bf67e87..ce75914f23 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@gmail.com;vmalvarez@virustotal.com', ext_modules=[Extension(