From: Victor Julien Date: Wed, 27 Apr 2022 09:06:22 +0000 (+0200) Subject: version: start development towards 6.0.6 X-Git-Tag: suricata-6.0.6~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a163730aed637426a0c5215a881a4b829495fb2;p=thirdparty%2Fsuricata.git version: start development towards 6.0.6 --- diff --git a/configure.ac b/configure.ac index 105441d114..9683dab246 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[6.0.5]) + AC_INIT([suricata],[6.0.6-dev]) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([src/autoconf.h]) AC_CONFIG_SRCDIR([src/suricata.c])