Skip to content

Commit

Permalink
Bump version number in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Dec 30, 2022
1 parent 943455a commit 8b8384d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@

# General information about the project.
project = u'yara'
copyright = u'2014-2021, VirusTotal'
copyright = u'2014-2022, VirusTotal'

# 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 = '4.2'
version = '4.3'
# The full version, including alpha/beta/rc tags.
release = '4.2.1'
release = '4.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Compiling and installing YARA

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

tar -zxf yara-4.2.0.tar.gz
cd yara-4.2.0
tar -zxf yara-4.3.0.tar.gz
cd yara-4.3.0
./bootstrap.sh

Make sure you have ``automake``, ``libtool``, ``make`` and ``gcc`` and ``pkg-config`` installed in your system. Ubuntu and Debian users can use::
Expand Down

0 comments on commit 8b8384d

Please sign in to comment.