From: Hong, Yang A Date: Mon, 20 Apr 2020 13:05:37 +0000 (+0000) Subject: add Hyperscan version marcro in public header X-Git-Tag: v5.3.0^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff54f68e4a57c156eadb2d2d351ba64e01e6c13;p=thirdparty%2Fvectorscan.git add Hyperscan version marcro in public header --- diff --git a/src/hs.h b/src/hs.h index 38215de6..105919fb 100644 --- a/src/hs.h +++ b/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 * 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"