[Forensics-changes] [yara] 394/407: Set version number to 3.3.0

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:48 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 59974ef6cddbfa20ccbbc8cb8298430ae85b4fa4
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Feb 9 10:39:03 2015 +0100

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

diff --git a/configure.ac b/configure.ac
index b427263..86e6d3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [3.2.0], [vmalvarez at virustotal.com])
+AC_INIT([yara], [3.3.0], [vmalvarez at virustotal.com])
 
 AC_CONFIG_SRCDIR([yara.c])
 
diff --git a/docs/conf.py b/docs/conf.py
index 146621e..7114a3c 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.2'
+version = '3.3'
 # The full version, including alpha/beta/rc tags.
-release = '3.2.0'
+release = '3.3.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 a1a19cc..6a4ea4d 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -54,7 +54,7 @@ yarainclude_HEADERS = \
 
 lib_LTLIBRARIES = libyara.la
 
-libyara_la_LDFLAGS = -export-symbols libyara.sym -version-number 3:2:0
+libyara_la_LDFLAGS = -export-symbols libyara.sym -version-number 3:3:0
 
 libyara_la_SOURCES = \
   $(MODULES) \
diff --git a/yara-python/setup.py b/yara-python/setup.py
index 3bd807e..3397cf6 100644
--- a/yara-python/setup.py
+++ b/yara-python/setup.py
@@ -17,13 +17,13 @@
 from distutils.core import setup, Extension
 
 setup(name='yara-python',
-      version='3.2.0',
+      version='3.3.0',
       author='Victor M. Alvarez',
       author_email='plusvic at gmail.com;vmalvarez at virustotal.com',
       ext_modules=[Extension(
         name='yara',
         sources=['yara-python.c'],
         libraries=['yara'],
-        include_dirs=['../windows/include', '../libyara/include'],
+        include_dirs=['../libyara/include'],
         library_dirs=['../libyara/.libs'],
     )])
diff --git a/yara-python/setupwin32.py b/yara-python/setupwin32.py
index 61af2ea..7884007 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.2.0',
+      version='3.3.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 b8c0285..a6d8b04 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.2.0',
+      version='3.3.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