diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-11-28 22:36:56 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-11-28 22:36:56 +0200 |
commit | 2cd12ea4cd92b6b6e8a67b19c7e94da7ce1dad83 (patch) | |
tree | 519ab81e3c2546f20304fc2b216c29c1e1897e69 /configure.ac | |
parent | 3d57145d559a321f54c1a7c8b269df4e0862938a (diff) | |
download | egawk-2cd12ea4cd92b6b6e8a67b19c7e94da7ce1dad83.tar.gz egawk-2cd12ea4cd92b6b6e8a67b19c7e94da7ce1dad83.tar.bz2 egawk-2cd12ea4cd92b6b6e8a67b19c7e94da7ce1dad83.zip |
Bump version on master.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 28d4f7d8..3c6a7580 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk], 4.1.0a, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.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. |