Skip to content

Commit 37622a5

Browse files
committed
version: start development towards 8.0.7
1 parent 4c28cc1 commit 37622a5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([suricata],[8.0.6])
1+
AC_INIT([suricata],[8.0.7-dev])
22
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
33
AC_CONFIG_HEADERS([src/autoconf.h])
44
AC_CONFIG_SRCDIR([src/suricata.c])

rust/Cargo.lock.in

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/sys/src/sys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is automatically generated. Do not edit.
22

3-
pub const SC_PACKAGE_VERSION: &[u8; 6] = b"8.0.6\0";
3+
pub const SC_PACKAGE_VERSION: &[u8; 10] = b"8.0.7-dev\0";
44
pub type __intmax_t = ::std::os::raw::c_long;
55
pub type intmax_t = __intmax_t;
66
#[repr(u32)]

0 commit comments

Comments
 (0)