Skip to content

Commit d9c966b

Browse files
committed
Bump version to 3.10
1 parent ea554b4 commit d9c966b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([yara], [3.9.0], [[email protected]])
1+
AC_INIT([yara], [3.10.0], [[email protected]])
22

33
AM_SILENT_RULES([yes])
44
AC_CONFIG_SRCDIR([yara.c])

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '3.9'
54+
version = '3.10'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '3.9.0'
56+
release = '3.10.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

docs/gettingstarted.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Compiling and installing YARA
1212

1313
Download the source tarball and get prepared for compiling it::
1414

15-
tar -zxf yara-3.9.0.tar.gz
16-
cd yara-3.9.0
15+
tar -zxf yara-3.10.0.tar.gz
16+
cd yara-3.10.0
1717
./bootstrap.sh
1818

1919
Make sure you have ``automake``, ``libtool``, ``make`` and ``gcc`` installed

libyara/include/yara/libyara.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
#include <yara/utils.h>
3434

3535
#define YR_MAJOR_VERSION 3
36-
#define YR_MINOR_VERSION 9
36+
#define YR_MINOR_VERSION 10
3737
#define YR_MICRO_VERSION 0
3838

3939
#define version_str(s) _version_str(s)

0 commit comments

Comments
 (0)