mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
add Hyperscan version marcro in public header
This commit is contained in:
parent
e665e959a0
commit
3ff54f68e4
8
src/hs.h
8
src/hs.h
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, Intel Corporation
|
* Copyright (c) 2015-2020, Intel Corporation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are met:
|
* modification, are permitted provided that the following conditions are met:
|
||||||
@ -39,6 +39,12 @@
|
|||||||
* the individual component headers for documentation.
|
* the individual component headers for documentation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* The current Hyperscan version information. */
|
||||||
|
|
||||||
|
#define HS_MAJOR 5
|
||||||
|
#define HS_MINOR 3
|
||||||
|
#define HS_PATCH 0
|
||||||
|
|
||||||
#include "hs_compile.h"
|
#include "hs_compile.h"
|
||||||
#include "hs_runtime.h"
|
#include "hs_runtime.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user