From 040db952d484dea406ed7d4e622f7b8ba9b683cb Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Thu, 18 Jun 2015 15:33:39 +0200 Subject: [PATCH] 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 e54a5f409e..0b41e0023b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([yara], [3.3.0], [vmalvarez@virustotal.com]) +AC_INIT([yara], [3.4.0], [vmalvarez@virustotal.com]) AC_CONFIG_SRCDIR([yara.c]) diff --git a/docs/conf.py b/docs/conf.py index 7114a3c3d7..793ea7fe5f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,16 +44,16 @@ # 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 84578e34ad..049dccc01f 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 64d57fd595..6772e138ec 100644 --- a/libyara/include/yara/libyara.h +++ b/libyara/include/yara/libyara.h @@ -20,11 +20,11 @@ limitations under the License. #include #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 83c6b26884..15c80d9082 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 f484a7af3c..c3ecbf8ab8 100644 --- a/yara-python/setup.py +++ b/yara-python/setup.py @@ -26,7 +26,7 @@ setup(script_args=args, name='yara-python', - version='3.3.0', + version='3.4.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 788400739f..5e8b64ffd6 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@gmail.com;vmalvarez@virustotal.com', ext_modules=[Extension( diff --git a/yara-python/setupwin64.py b/yara-python/setupwin64.py index a6d8b04dca..26564f37ad 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@gmail.com;vmalvarez@virustotal.com', ext_modules=[Extension(