From: Victor Julien Date: Mon, 15 Jun 2020 07:44:26 +0000 (+0200) Subject: version: starting work on 5.0.4 X-Git-Tag: suricata-5.0.4~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99e5638d7cf6f779afd876334d8cacb1ff5ee504;p=thirdparty%2Fsuricata.git version: starting work on 5.0.4 --- diff --git a/configure.ac b/configure.ac index 2dfb786516..c45e82ee7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[5.0.3]) + AC_INIT([suricata],[5.0.4-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])