diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 22892c474..d9d59e9bc 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5584,7 +5584,7 @@ void ndpi_free_flow(struct ndpi_flow_struct *flow) { #ifndef __KERNEL__ char* ndpi_revision() { - return(NDPI_SVN_RELEASE); + return(NDPI_GIT_RELEASE); } #endif |