Skip to content

Commit

Permalink
Pull request #75: build: generate and tag 3.0.15
Browse files Browse the repository at this point in the history
Merge in SNORT/libdaq from ~PRBG/libdaq:build_3.2.2.0 to master

Squashed commit of the following:

commit 93df610e00cb144a10c8d660df80123e98a8d9db
Author: Priyanka Gurudev <[email protected]>
Date:   Mon Jun 3 00:15:57 2024 -0400

    build: generate and tag 3.0.15
  • Loading branch information
Priyanka-Gurudev committed Jun 3, 2024
1 parent 8f0c859 commit 1b20345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

m4_define([daq_major_version], [3])
m4_define([daq_minor_version], [0])
m4_define([daq_patch_version], [14])
m4_define([daq_patch_version], [15])
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
Expand Down

0 comments on commit 1b20345

Please sign in to comment.