From 4e68d7ba6940df9a1503599d7b177029112d6b6a Mon Sep 17 00:00:00 2001 From: "Priyanka Bangalore Gurudev (prbg)" Date: Tue, 16 Jan 2024 20:04:56 +0000 Subject: [PATCH] Pull request #73: build: generate and tag 3.0.14 Merge in SNORT/libdaq from ~PRBG/libdaq:build_3.1.78.0 to master Squashed commit of the following: commit e7cd3a5a12e05e5dc95e5d7a7c1c8617cf88ad5d Author: Priyanka Gurudev Date: Tue Jan 16 01:39:33 2024 -0500 build: generate and tag 3.0.14 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f8d27e..b593f33 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ m4_define([daq_major_version], [3]) m4_define([daq_minor_version], [0]) -m4_define([daq_patch_version], [13]) +m4_define([daq_patch_version], [14]) m4_define([daq_version_str], [daq_major_version.daq_minor_version.daq_patch_version]) # Kill the 'divert' macro with extreme prejudice so it stops clashing with references