From 3d6c5381c5a24d8ccc6b052db5a1de1920d8f447 Mon Sep 17 00:00:00 2001 From: sf-mensch Date: Fri, 28 Jul 2023 16:58:47 +0000 Subject: [PATCH] 3.2 version --- NEWS | 11 +---------- configure.ac | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 0e07789fe..8526651c6 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,8 @@ NEWS - user visible changes -*- outline -*- + GnuCOBOL 3.2 (20230728) GnuCOBOL 3.2rc1 (20230118) GnuCOBOL 3.2rc2 (20230210) - GnuCOBOL 3.2 to be done end of July 2023 - - We are likely to release an update for this version (possibly 3.2b) - containing the following sometime in 2023: - - * extended testsuite and documentation - * updated message catalogues - * possibly even minor adjustments from research into code analysis - tools and of user feedback - * New GnuCOBOL features diff --git a/configure.ac b/configure.ac index 48e7df66c..477f877ce 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl AC_PREREQ([2.67]) # note: 2.67 is the one found in old msys, 2.69 is commonly available AC_INIT([GnuCOBOL], - [3.2-dev], + [3.2], [bug-gnucobol@gnu.org], [gnucobol], [https://www.gnu.org/software/gnucobol/])