aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2015-04-30 13:53:33 +0200
committerLuca <deri@ntop.org>2015-04-30 13:53:33 +0200
commitac4e2e300685d50aeda0e1dd71a001ae738fcb8e (patch)
tree4c088da2f79e66b537a10e96e12f1214dc1777ef /configure.ac
parent38943b20481fe12bee7e328de46efc0eeb0fe496 (diff)
Updated git version variable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 952c365de..7c80bdf06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_PROG_CC
AX_PTHREAD
if test -d ".git"; then :
-GIT_TAG=`git rev-parse HEAD | cut -c 1-10`
+GIT_TAG=`git rev-parse HEAD`
GIT_DATE=`date +%Y%m%d`
GIT_RELEASE="${PACKAGE_VERSION} (${GIT_TAG}:${GIT_DATE})"
else