mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Fix version getting out of sync #175
This commit is contained in:
parent
4918f81ea3
commit
16604f9539
7
src/hs.h
7
src/hs.h
@ -39,12 +39,7 @@
|
||||
* the individual component headers for documentation.
|
||||
*/
|
||||
|
||||
/* The current Hyperscan version information. */
|
||||
|
||||
#define HS_MAJOR 5
|
||||
#define HS_MINOR 4
|
||||
#define HS_PATCH 9
|
||||
|
||||
#include "hs_version.h"
|
||||
#include "hs_compile.h"
|
||||
#include "hs_runtime.h"
|
||||
|
||||
|
@ -36,5 +36,9 @@
|
||||
|
||||
#define HS_VERSION_32BIT ((@HS_MAJOR_VERSION@ << 24) | (@HS_MINOR_VERSION@ << 16) | (@HS_PATCH_VERSION@ << 8) | 0)
|
||||
|
||||
#define HS_MAJOR @HS_MAJOR_VERSION@
|
||||
#define HS_MINOR @HS_MINOR_VERSION@
|
||||
#define HS_PATCH @HS_PATCH_VERSION@
|
||||
|
||||
#endif /* HS_VERSION_H_C6428FAF8E3713 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user