From: Victor Julien Date: Tue, 15 Dec 2020 12:15:03 +0000 (+0100) Subject: version: branch is going towards 5.0.6 X-Git-Tag: suricata-5.0.6~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac731ecec1be60ea1689f7de4a36d9021363f90a;p=thirdparty%2Fsuricata.git version: branch is going towards 5.0.6 --- diff --git a/configure.ac b/configure.ac index 012568e98f..fe1e6f3a4a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[5.0.5]) + AC_INIT([suricata],[5.0.6-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])