Merge pull request #111 from bhundven/update_versioning

autoconf: Update version numbering
This commit is contained in:
Bryan Hundven 2015-06-03 12:33:38 -07:00
commit 334c22a4cc
2 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
1.21.0

View File

@ -2,7 +2,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
AC_INIT([crosstool-NG], [m4_esyscmd_s([cat .version])], [crossgcc@sourceware.org])
AC_INIT(
[crosstool-NG],
[m4_esyscmd_s([git describe --always --dirty])],
[crossgcc@sourceware.org])
AC_CONFIG_AUX_DIR([scripts])
#--------------------------------------------------------------------