1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Configure uses 2.3.x tags for version

* configure.ac: Only pick 2.3.x tags for the version.  Will need to bump
  when we do 3.0.
This commit is contained in:
Andy Wingo 2018-09-20 11:42:08 +02:00
parent 4060728e0a
commit 9505263fda

View file

@ -25,7 +25,7 @@ License along with Guile. If not, see
AC_PREREQ(2.61)
AC_INIT([GNU Guile],
m4_esyscmd([build-aux/git-version-gen --match v2.\[12\].\* .tarball-version]),
m4_esyscmd([build-aux/git-version-gen --match v2.3.\* .tarball-version]),
[bug-guile@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])