Skip to content

Commit

Permalink
Bump to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Nov 10, 2014
1 parent f3edcf2 commit ba58fe2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([yara], [3.1], [[email protected]])
AC_INIT([yara], [3.2.0], [[email protected]])

AC_CONFIG_SRCDIR([yara.c])

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libyara/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
6 changes: 3 additions & 3 deletions windows/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion yara-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected];[email protected]',
ext_modules=[Extension(
Expand Down
2 changes: 1 addition & 1 deletion yara-python/setupwin32.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected];[email protected]',
ext_modules=[Extension(
Expand Down
2 changes: 1 addition & 1 deletion yara-python/setupwin64.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected];[email protected]',
ext_modules=[Extension(
Expand Down

0 comments on commit ba58fe2

Please sign in to comment.