diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:38:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:38:42 +0300 |
commit | 47f5b43b056dd48a68ca73cce9cfefa287bac005 (patch) | |
tree | 45ceb1133552ad75c42afe5487abc03b75979346 /configure.ac | |
parent | 706d8274e5144abe1046b231d12c270590c4a374 (diff) | |
parent | 7897b02bd49f32e50963c5f05260975a0f56ae42 (diff) | |
download | egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.gz egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.bz2 egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4a020d8c..c8abd7db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 1995-2020 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2021 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk],[5.1.0],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.1.60],[bug-gawk@gnu.org],[gawk]) # This is a hack. Different versions of install on different systems # are just too different. Chuck it and use install-sh. |