]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
add Hyperscan version marcro in public header
authorHong, Yang A <yang.a.hong@intel.com>
Mon, 20 Apr 2020 13:05:37 +0000 (13:05 +0000)
committerHong, Yang A <yang.a.hong@intel.com>
Mon, 25 May 2020 13:47:53 +0000 (13:47 +0000)
src/hs.h

index 38215de6c17e5d920b8bc455968acc7b782d61d1..105919fb8a248427cea890c8e7ba48e74c9153a1 100644 (file)
--- 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:
  * 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"