]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
version: start development towards 8.0.0 13454/head
authorShivani Bhardwaj <shivanib134@gmail.com>
Mon, 16 Jun 2025 05:21:50 +0000 (10:51 +0530)
committerShivani Bhardwaj <shivanib134@gmail.com>
Mon, 16 Jun 2025 14:15:09 +0000 (19:45 +0530)
configure.ac
rust/Cargo.lock.in
rust/sys/src/sys.rs

index 55c36c1c06213581c8e778737290e91bf17a1444..3a8274ebde5e968f99a8e8a7a3847e99b83ecd65 100644 (file)
@@ -1,4 +1,4 @@
-    AC_INIT([suricata],[8.0.0-rc1])
+    AC_INIT([suricata],[8.0.0-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])
index 854cffcea676aa45ed477451192b9c494ee88699..51972efc8a51274c7861cacdd450ff7858a7fd13 100644 (file)
@@ -1507,7 +1507,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
 
 [[package]]
 name = "suricata"
-version = "8.0.0-rc1"
+version = "8.0.0-dev"
 dependencies = [
  "aes",
  "aes-gcm",
@@ -1559,7 +1559,7 @@ dependencies = [
 
 [[package]]
 name = "suricata-derive"
-version = "8.0.0-rc1"
+version = "8.0.0-dev"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -1595,11 +1595,11 @@ dependencies = [
 
 [[package]]
 name = "suricata-sys"
-version = "8.0.0-rc1"
+version = "8.0.0-dev"
 
 [[package]]
 name = "suricatactl"
-version = "8.0.0-rc1"
+version = "8.0.0-dev"
 dependencies = [
  "clap",
  "once_cell",
@@ -1610,7 +1610,7 @@ dependencies = [
 
 [[package]]
 name = "suricatasc"
-version = "8.0.0-rc1"
+version = "8.0.0-dev"
 dependencies = [
  "clap",
  "home",
index 1a2cafe1abdd15625d9d3200a87ff147f6e4e4c9..f0580b2380740499c41cb5187cf60c35940efa6e 100644 (file)
@@ -1,6 +1,6 @@
 // This file is automatically generated. Do not edit.
 
-pub const SC_PACKAGE_VERSION: &[u8; 10] = b"8.0.0-rc1\0";
+pub const SC_PACKAGE_VERSION: &[u8; 10] = b"8.0.0-dev\0";
 pub type __intmax_t = ::std::os::raw::c_long;
 pub type intmax_t = __intmax_t;
 #[repr(u32)]