[Forensics-changes] [yara] 74/160: Fixed wrong version number (3.2.0) on Windows

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:29:19 UTC 2017


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

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

commit a5c78e9b7f3e8d0444690c6ab373b59d3e9d0bbc
Author: Michal Malik <root at devrandom.sk>
Date:   Thu Apr 2 11:07:14 2015 +0200

    Fixed wrong version number (3.2.0) on Windows
---
 windows/include/config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/windows/include/config.h b/windows/include/config.h
index bf1b764..83c6b26 100644
--- a/windows/include/config.h
+++ b/windows/include/config.h
@@ -9,10 +9,10 @@
 #define PACKAGE_NAME "yara"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yara 3.2.0"
+#define PACKAGE_STRING "yara 3.3.0"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.2.0"
+#define PACKAGE_VERSION "3.3.0"
 
 /* Version number of package */
-#define VERSION "3.2.0"
+#define VERSION "3.3.0"

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