Actions
Bug #7649
openlib: suricata version in sys crate needs to be updated on build
Affected Versions:
Effort:
Difficulty:
Label:
Description
Currently SC_PACKAGE_VERSION
is only updated when bindgen is run. However, as part of the release process we update the version in configure.ac, then rebuild. 2 options to fix this exist:
- require bindgen to be re-run
- or, have the sys crate use a file generated by configure.ac (may not be compatible with crates.io)
Option 2 is probably the easiest, and always generates a correct value, so look into that first.
No data to display
Actions