From 8b8384d15fc5358cee449d88070cc9c8be9ec4ce Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 30 Dec 2022 11:50:52 +0100 Subject: [PATCH] Bump version number in documentation. --- docs/conf.py | 6 +++--- docs/gettingstarted.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index da0954b870..13328137aa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 6351f97250..66d436f840 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -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::