add Hyperscan version marcro in public header

This commit is contained in:
Hong, Yang A 2020-04-20 13:05:37 +00:00
parent e665e959a0
commit 3ff54f68e4

View File

@ -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
* modification, are permitted provided that the following conditions are met:
@ -39,6 +39,12 @@
* 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_runtime.h"