From e66b440d359ff3c59bbfdb0a641b748d2c064d9f Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 19 Apr 2015 22:33:49 +0200 Subject: Changed version id since we moved to git --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3