- AC_INIT([suricata],[8.0.0-beta1])
+ AC_INIT([suricata],[8.0.0-rc1-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])
# Format:
#
# name {repo} {branch|tag}
-suricata-update https://github.com/OISF/suricata-update 1.3.4
+suricata-update https://github.com/OISF/suricata-update master
[[package]]
name = "suricata"
-version = "8.0.0-dev"
+version = "8.0.0-rc1-dev"
dependencies = [
"aes",
"aes-gcm",
[[package]]
name = "suricata-derive"
-version = "8.0.0-dev"
+version = "8.0.0-rc1-dev"
dependencies = [
"proc-macro-crate",
"proc-macro2",
[[package]]
name = "suricata-sys"
-version = "8.0.0-dev"
+version = "8.0.0-rc1-dev"
[[package]]
name = "suricatactl"
-version = "8.0.0-dev"
+version = "8.0.0-rc1-dev"
dependencies = [
"clap",
"once_cell",
[[package]]
name = "suricatasc"
-version = "8.0.0-dev"
+version = "8.0.0-rc1-dev"
dependencies = [
"clap",
"once_cell",
// This file is automatically generated. Do not edit.
-pub const SC_PACKAGE_VERSION: &[u8; 10] = b"8.0.0-dev\0";
+pub const SC_PACKAGE_VERSION: &[u8; 14] = b"8.0.0-rc1-dev\0";
pub type __intmax_t = ::std::os::raw::c_long;
pub type intmax_t = __intmax_t;
#[repr(u32)]