From: Victor Julien Date: Thu, 16 Nov 2023 08:13:50 +0000 (+0100) Subject: version: start work on 8.0.0 X-Git-Tag: suricata-8.0.0-beta1~2092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4027c1178b7fe4966ef5f5e951c4f084de28df;p=thirdparty%2Fsuricata.git version: start work on 8.0.0 --- diff --git a/configure.ac b/configure.ac index b377a1da9f..1908c76ab7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[7.0.3-dev]) + AC_INIT([suricata],[8.0.0-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])