From: Victor Julien Date: Sat, 19 Oct 2019 08:12:44 +0000 (+0200) Subject: version: starting work on 5.0.1 X-Git-Tag: suricata-5.0.1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ad701d8e0c448b8a79ea7666e236809ab271cc;p=thirdparty%2Fsuricata.git version: starting work on 5.0.1 --- diff --git a/configure.ac b/configure.ac index ceb9cc2705..238b6a6543 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[5.0.0-dev]) + AC_INIT([suricata],[5.0.1-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])