From: Shivani Bhardwaj Date: Fri, 22 Mar 2024 10:20:27 +0000 (+0530) Subject: version: start development towards 6.0.19 X-Git-Tag: suricata-6.0.19~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34227649335021ea73032d67df2e341a3c6bdc5f;p=thirdparty%2Fsuricata.git version: start development towards 6.0.19 --- diff --git a/configure.ac b/configure.ac index a9260631de..fb7f74617b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[6.0.18]) + AC_INIT([suricata],[6.0.19-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 e42c9e0781..fb8ed81bfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ # Format: # # name {repo} {branch|tag} -libhtp https://github.com/OISF/libhtp 0.5.47 -suricata-update https://github.com/OISF/suricata-update 1.2.8 +libhtp https://github.com/OISF/libhtp 0.5.x +suricata-update https://github.com/OISF/suricata-update master-1.2.x