From cd1246808d5db1e935a911aadcc1daab97ee8aa1 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 9 May 2023 11:33:48 +0200 Subject: [PATCH] version: start development towards 6.0.13 --- configure.ac | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6be7d47382..6920047abb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[6.0.12]) + AC_INIT([suricata],[6.0.13-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 0b20561ea7..42768a08d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ # Format: # # name {repo} {branch|tag} -libhtp https://github.com/OISF/libhtp 0.5.43 +libhtp https://github.com/OISF/libhtp 0.5.x suricata-update https://github.com/OISF/suricata-update 1.2.7 -- 2.47.2