Include revision information in non-release version strings, if available.

This commit is contained in:
Tom Goff 2015-11-09 13:09:31 -05:00
parent 28c27d27c1
commit c54e8928d3
2 changed files with 88 additions and 1 deletions

View file

@ -12,7 +12,7 @@
#
# this defines the CORE version number, must be static for AC_INIT
#
AC_INIT(core, 4.8dev1, core-dev@pf.itd.nrl.navy.mil)
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