diff options
Diffstat (limited to '')
-rw-r--r-- | suricata-update/Makefile | 7 | ||||
-rw-r--r-- | suricata-update/Makefile.in | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/suricata-update/Makefile b/suricata-update/Makefile index e0ceb8f..7149893 100644 --- a/suricata-update/Makefile +++ b/suricata-update/Makefile @@ -253,10 +253,10 @@ OTOOL64 = PACKAGE = suricata PACKAGE_BUGREPORT = PACKAGE_NAME = suricata -PACKAGE_STRING = suricata 7.0.4 +PACKAGE_STRING = suricata 7.0.5 PACKAGE_TARNAME = suricata PACKAGE_URL = -PACKAGE_VERSION = 7.0.4 +PACKAGE_VERSION = 7.0.5 PATH_SEPARATOR = : PCAP_CFLAGS = -I/usr/include PCAP_LIBS = -lpcap @@ -265,6 +265,7 @@ PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = POW_LIB = RANLIB = ranlib +RELEASE_DATE = 2024-04-23 RUSTC = /usr/bin/rustc RUSTUP_HOME_PATH = no RUST_FEATURES = @@ -280,7 +281,7 @@ SHELL = /bin/bash SPHINX_BUILD = /usr/bin/sphinx-build STRIP = strip SURICATA_UPDATE_DIR = suricata-update -VERSION = 7.0.4 +VERSION = 7.0.5 abs_builddir = /builds/dev/suricata/suricata-update abs_srcdir = /builds/dev/suricata/suricata-update abs_top_builddir = /builds/dev/suricata diff --git a/suricata-update/Makefile.in b/suricata-update/Makefile.in index 1273803..4b2cc7a 100644 --- a/suricata-update/Makefile.in +++ b/suricata-update/Makefile.in @@ -265,6 +265,7 @@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POW_LIB = @POW_LIB@ RANLIB = @RANLIB@ +RELEASE_DATE = @RELEASE_DATE@ RUSTC = @RUSTC@ RUSTUP_HOME_PATH = @RUSTUP_HOME_PATH@ RUST_FEATURES = @RUST_FEATURES@ |