diff options
Diffstat (limited to 'configure.seed')
-rw-r--r-- | configure.seed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.seed b/configure.seed index 568be4f1b..6fbe687cf 100644 --- a/configure.seed +++ b/configure.seed @@ -44,7 +44,7 @@ if test -d ".git"; then : A=`git log src/include/ndpi_typedefs.h|wc -l` B=`git log src/include/ndpi_protocol_ids.h|wc -l` C=`git log src/include/ndpi_api.h.in|wc -l` - NDPI_API_VERSION=$((A+B+B)) + NDPI_API_VERSION=$((A+B+C)) else GIT_RELEASE="${PACKAGE_VERSION}" GIT_DATE=`date -u -r CHANGELOG.md` |