From 0d0ce911d9838bc3cd37c20190900f17a73fdf72 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Thu, 23 Aug 2018 14:27:32 +0200 Subject: [PATCH] honggfuzz.h for 1.7 --- honggfuzz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honggfuzz.h b/honggfuzz.h index 46bd92db9..af4a6be65 100644 --- a/honggfuzz.h +++ b/honggfuzz.h @@ -38,7 +38,7 @@ #include "libhfcommon/util.h" #define PROG_NAME "honggfuzz" -#define PROG_VERSION "1.6" +#define PROG_VERSION "1.7" /* Name of the template which will be replaced with the proper name of the file */ #define _HF_FILE_PLACEHOLDER "___FILE___"