From 6b0ff3ef25a8017362a646b5e7328796defe117c Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Fri, 9 Feb 2024 09:51:21 +0530 Subject: [PATCH] version: start development towards 7.0.4 --- configure.ac | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 4b2bb94ad0..04953b91bf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[7.0.3]) + AC_INIT([suricata],[7.0.4-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 b880be4185..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.46 -suricata-update https://github.com/OISF/suricata-update 1.3.0 +libhtp https://github.com/OISF/libhtp 0.5.x +suricata-update https://github.com/OISF/suricata-update master -- 2.47.2