aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.seed2
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])