Skip to content

Commit

Permalink
build: Generate and tag 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs717 committed Jun 2, 2022
1 parent c9ad799 commit 3a60e0c
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], [7])
m4_define([daq_patch_version], [8])
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 3a60e0c

Please sign in to comment.