From: Victor Julien Date: Wed, 25 Nov 2015 12:02:48 +0000 (+0100) Subject: Update dev version to reflect we're doing 3.0 now X-Git-Tag: suricata-3.0RC1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c4566a14a2f5aad5e8f10cf70a826c2aa22404;p=thirdparty%2Fsuricata.git Update dev version to reflect we're doing 3.0 now --- diff --git a/configure.ac b/configure.ac index 9e13938304..f3d20a1f5f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT(suricata, 2.1dev) + AC_INIT(suricata, 3.0dev) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/suricata.c]) diff --git a/src/suricata.h b/src/suricata.h index 12e72697a0..b11239ac2e 100644 --- a/src/suricata.h +++ b/src/suricata.h @@ -71,7 +71,7 @@ /* the name of our binary */ #define PROG_NAME "Suricata" -#define PROG_VER "2.1dev" +#define PROG_VER "3.0dev" /* workaround SPlint error (don't know __gnuc_va_list) */ #ifdef S_SPLINT_S