From: Shivani Bhardwaj Date: Wed, 19 Mar 2025 04:37:24 +0000 (+0530) Subject: version: start development towards 7.0.10 X-Git-Tag: suricata-7.0.10~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77652d0f7a108f8baabfab68aece62585e659695;p=thirdparty%2Fsuricata.git version: start development towards 7.0.10 --- diff --git a/configure.ac b/configure.ac index 65e9283c47..cb225c84c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[7.0.9]) + AC_INIT([suricata],[7.0.10-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]) diff --git a/requirements.txt b/requirements.txt index 4b1e8145ac..6df1358f07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ # Format: # # name {repo} {branch|tag} -libhtp https://github.com/OISF/libhtp 0.5.50 -suricata-update https://github.com/OISF/suricata-update 1.3.4 +libhtp https://github.com/OISF/libhtp 0.5.x +suricata-update https://github.com/OISF/suricata-update master