mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 15:39:03 +00:00
Nmap 3.999 truly just about ready now
This commit is contained in:
@@ -52,7 +52,7 @@ string that identifies the PCRE version that is in use. */
|
||||
#define STRING(a) # a
|
||||
#define XSTRING(s) STRING(s)
|
||||
|
||||
EXPORT const char *
|
||||
PCRE_EXPORT const char *
|
||||
pcre_version(void)
|
||||
{
|
||||
return XSTRING(PCRE_MAJOR) "." XSTRING(PCRE_MINOR) " " XSTRING(PCRE_DATE);
|
||||
|
||||
Reference in New Issue
Block a user