From: Victor Julien Date: Mon, 14 Oct 2019 10:58:57 +0000 (+0200) Subject: suricata: use version from autoconf X-Git-Tag: suricata-5.0.1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae76a84cd90ad3699f28da1ffa33e6187472127;p=thirdparty%2Fsuricata.git suricata: use version from autoconf --- 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