Fix version getting out of sync #175

This commit is contained in:
Konstantinos Margaritis
2023-10-03 09:57:10 +03:00
committed by Konstantinos Margaritis
parent 54445cba3c
commit 790bc9d4dc
2 changed files with 5 additions and 6 deletions

View File

@@ -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"