From: Victor Julien Date: Mon, 19 Sep 2016 10:37:12 +0000 (+0200) Subject: Open Suricata 3.2 development branch X-Git-Tag: suricata-3.2beta1~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54503ef31012fe779b9abfd08911fa1b61d80234;p=thirdparty%2Fsuricata.git Open Suricata 3.2 development branch --- diff --git a/configure.ac b/configure.ac index 2437f58671..d6837d4576 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT(suricata, 3.1dev) + AC_INIT(suricata, 3.2dev) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes]) m4_ifndef([AS_VERSION_COMPARE], [AC_DEFUN([AS_VERSION_COMPARE],[])]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/suricata.h b/src/suricata.h index 337305361d..b38e65274b 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 "3.1dev" +#define PROG_VER "3.2dev" /* workaround SPlint error (don't know __gnuc_va_list) */ #ifdef S_SPLINT_S