diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-07 21:59:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-07 21:59:54 +0300 |
commit | 5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd (patch) | |
tree | 5f3f8e6ed9fbea829a88770a4485ef9c90b8bb0d /extension/configure.ac | |
parent | 2b334d94251c205ad016ed6d1726e5b99c8895a4 (diff) | |
download | egawk-5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd.tar.gz egawk-5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd.tar.bz2 egawk-5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd.zip |
Update copyrights and prep towards release.
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index 6a516cbc..8e45bb05 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 2012-2014 the Free Software Foundation, Inc. +dnl Copyright (C) 2012-2015 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 Bundled Extensions], 4.1.1, bug-gawk@gnu.org, gawk-extensions) +AC_INIT([GNU Awk Bundled Extensions], 4.1.2, bug-gawk@gnu.org, gawk-extensions) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) |