From e60bfc78c1e5cdd58cf8bc97acf5b28cd1a98576 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 21 Nov 2017 17:31:36 +0100 Subject: [PATCH] Open 4.1 development branch --- configure.ac | 2 +- src/suricata.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9e7b8c9209..c0c76463a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT(suricata, 4.0.0-dev) + AC_INIT(suricata, 4.1.0-dev) 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 cc38f5507b..c580ba0dfd 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.0.0-dev" +#define PROG_VER "4.1.0-dev" /* workaround SPlint error (don't know __gnuc_va_list) */ #ifdef S_SPLINT_S