[Forensics-changes] [yara] 160/192: Set version number to 3.6.0

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit 43a8efee451fe1973aa1417c2bd1e5801bd6eba3
Author: plusvic <plusvic at gmail.com>
Date:   Fri May 5 18:41:58 2017 +0200

    Set version number to 3.6.0
---
 appveyor.yml            | 2 +-
 configure.ac            | 2 +-
 docs/conf.py            | 6 +++---
 docs/gettingstarted.rst | 4 ++--
 libyara/Makefile.am     | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 2ba177b..055190a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
 # AppVeyor CI for Windows
 
-version: 3.5.{build}
+version: 3.6.{build}
 pull_requests:
   do_not_increment_build_number: true
 configuration: Release
diff --git a/configure.ac b/configure.ac
index 0bffe12..2d129d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [3.5.0], [vmalvarez at virustotal.com])
+AC_INIT([yara], [3.6.0], [vmalvarez at virustotal.com])
 
 AC_CONFIG_SRCDIR([yara.c])
 
diff --git a/docs/conf.py b/docs/conf.py
index cf470c3..f32f8e0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -44,16 +44,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'yara'
-copyright = u'2014-2015, Victor M. Alvarez'
+copyright = u'2014-2017, 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 = '3.5'
+version = '3.6'
 # The full version, including alpha/beta/rc tags.
-release = '3.5.0'
+release = '3.6.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 abae5bf..510e5da 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-3.5.0.tar.gz
-    cd yara-3.5.0
+    tar -zxf yara-3.6.0.tar.gz
+    cd yara-3.6.0
     ./bootstrap.sh
 
 Make sure you have ``automake``, ``libtool``, ``make``  and ``gcc`` installed
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index 7c3f6a8..0be3138 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -82,7 +82,7 @@ yarainclude_HEADERS = \
 
 lib_LTLIBRARIES = libyara.la
 
-libyara_la_LDFLAGS = -version-number 3:5:0
+libyara_la_LDFLAGS = -version-number 3:6:0
 
 libyara_la_SOURCES = \
   $(MODULES) \

-- 
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