[Forensics-changes] [yara] 362/407: Fix incorrect version number in the documentation

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:45 UTC 2017


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

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

commit 9990a8762723acc7e30c9c649df9849bc49218c5
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Fri Jan 30 20:44:03 2015 +0100

    Fix incorrect version number in the documentation
---
 docs/capi.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/capi.rst b/docs/capi.rst
index f64a67a..b91a750 100644
--- a/docs/capi.rst
+++ b/docs/capi.rst
@@ -52,7 +52,7 @@ callback function has the following prototype:
       const char* message,
       void* user_data)
 
-.. versionchanged:: 3.4.0
+.. versionchanged:: 3.3.0
 
 Possible values for ``error_level`` are ``YARA_ERROR_LEVEL_ERROR`` and
 ``YARA_ERROR_LEVEL_WARNING``. The arguments ``file_name`` and ``line_number``
@@ -298,7 +298,7 @@ Functions
   Set a callback for receiving error and warning information. The *user_data*
   pointer is passed to the callback function.
 
-.. versionchanged:: 3.4.0
+.. versionchanged:: 3.3.0
 
 .. c:function:: int yr_compiler_add_file(YR_COMPILER* compiler, FILE* file, const char* namespace, const char* file_name)
 

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