diff options
author | Luca Deri <deri@ntop.org> | 2020-04-22 16:15:15 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-04-22 16:15:15 +0200 |
commit | 65b428899d3a3b22833cfc7b5e55b47b8d4834c4 (patch) | |
tree | 25646f202ba3c7a944059a9ca1f0939b7abdd07e | |
parent | e8cae3cff98ccd653fae1880a05453e5c5e7a399 (diff) |
Fix for nDPI code not downlooaded from git
-rw-r--r-- | configure.seed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.seed b/configure.seed index 6fbe687cf..b61949abf 100644 --- a/configure.seed +++ b/configure.seed @@ -48,7 +48,7 @@ if test -d ".git"; then : else GIT_RELEASE="${PACKAGE_VERSION}" GIT_DATE=`date -u -r CHANGELOG.md` - NDPI_API_VERSION=`date +%s` + NDPI_API_VERSION=`date +%s | cut -c7-10` fi AC_DEFINE_UNQUOTED(NDPI_GIT_RELEASE, "${GIT_RELEASE}", [GIT Release]) |