From aae76a84cd90ad3699f28da1ffa33e6187472127 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 14 Oct 2019 12:58:57 +0200 Subject: [PATCH] suricata: use version from autoconf --- src/suricata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suricata.h b/src/suricata.h index 0ffba2cb6d..5402564f46 100644 --- a/src/suricata.h +++ b/src/suricata.h @@ -69,7 +69,7 @@ /* the name of our binary */ #define PROG_NAME "Suricata" -#define PROG_VER "5.0.0-dev" +#define PROG_VER PACKAGE_VERSION /* workaround SPlint error (don't know __gnuc_va_list) */ #ifdef S_SPLINT_S