From: Victor Julien Date: Wed, 7 Jun 2017 15:01:44 +0000 (+0200) Subject: common: sync PROG_VER version with configure.ac X-Git-Tag: suricata-4.0.0-beta1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea9a5a7d6619057ea7c51676743b02692dad7b5;p=thirdparty%2Fsuricata.git common: sync PROG_VER version with configure.ac --- diff --git a/src/suricata.h b/src/suricata.h index 3192fb82f5..dcb54b67fa 100644 --- a/src/suricata.h +++ b/src/suricata.h @@ -70,7 +70,7 @@ /* the name of our binary */ #define PROG_NAME "Suricata" -#define PROG_VER "4.0dev" +#define PROG_VER "4.0.0-dev" /* workaround SPlint error (don't know __gnuc_va_list) */ #ifdef S_SPLINT_S