diff options
author | Luca Deri <deri@Lucas-iMac.local> | 2015-04-19 22:33:49 +0200 |
---|---|---|
committer | Luca Deri <deri@Lucas-iMac.local> | 2015-04-19 22:33:49 +0200 |
commit | e66b440d359ff3c59bbfdb0a641b748d2c064d9f (patch) | |
tree | c5b5190639f1982407ad982b66ed4cb5618b604c /src | |
parent | 62f665ea7f42b00728f6ea11eefe7a92469d9dee (diff) |
Changed version id since we moved to git
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 |