Set the version date string from repository information if available,
otherwise use the current date.
This commit is contained in:
parent
4b7d6a5d5a
commit
a83cf2fcb4
2 changed files with 85 additions and 9 deletions
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue