aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2019-03-23 09:49:06 +0100
committerGitHub <noreply@github.com>2019-03-23 09:49:06 +0100
commite6f8a66197b863edf6ddf3950d966931bf3492f1 (patch)
treefafa1f01ae74a3562cbcd2460337b5c476e023ad
parent5656a41f696e8073de28be5bdbd909fda108ee78 (diff)
parente91123e17a6ebe2cb1f718aa3e44edb10b707779 (diff)
Merge pull request #662 from bmwiedemann/date
Use ChangeLog date instead of build date
-rw-r--r--configure.seed2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.seed b/configure.seed
index 1aa68f17c..006e6d976 100644
--- a/configure.seed
+++ b/configure.seed
@@ -30,7 +30,7 @@ if test -d ".git"; then :
GIT_RELEASE="${PACKAGE_VERSION}-${GIT_NUM}-${GIT_TAG}"
else
GIT_RELEASE="${PACKAGE_VERSION}"
- GIT_DATE=`date`
+ GIT_DATE=`date -u -r CHANGELOG.md`
fi
AC_DEFINE_UNQUOTED(NDPI_GIT_RELEASE, "${GIT_RELEASE}", [GIT Release])