From f19e28f121a8ce086cd6dbec47a0c05cb100baed Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 9 Apr 2025 10:44:10 -0600 Subject: [PATCH] version: start development towards 7.0.11 --- configure.ac | 2 +- requirements.txt | 4 ++-- rust/Cargo.lock.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0335c1fc65..7b759d1ba7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[7.0.10]) + AC_INIT([suricata],[7.0.11-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 diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index 2689e2d4e5..0bdd45aefb 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -927,7 +927,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "suricata" -version = "7.0.8-dev" +version = "7.0.11-dev" dependencies = [ "aes", "aes-gcm", @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "suricata-derive" -version = "7.0.8-dev" +version = "7.0.11-dev" dependencies = [ "proc-macro-crate", "proc-macro2", -- 2.47.2