Set the version date string from repository information if available,

otherwise use the current date.
This commit is contained in:
Tom Goff 2015-11-18 10:57:47 -05:00
parent 4b7d6a5d5a
commit a83cf2fcb4
2 changed files with 85 additions and 9 deletions

View file

@ -15,7 +15,7 @@
AC_INIT(core, m4_esyscmd_s([./revision.sh 4.8]), core-dev@pf.itd.nrl.navy.mil)
VERSION=$PACKAGE_VERSION
CORE_VERSION=$PACKAGE_VERSION
CORE_VERSION_DATE=20150605
CORE_VERSION_DATE=m4_esyscmd_s([./revision.sh -d])
COREDPY_VERSION=$PACKAGE_VERSION
#