From: Nick Bowler Date: Fri, 5 Apr 2024 04:09:27 +0000 (-0400) Subject: Release 1.3. X-Git-Tag: v1.3^0 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/HEAD Release 1.3. --- diff --git a/NEWS b/NEWS index a058b67..06e6cfa 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 1.2a: +Release 1.3: * Substantial reduction in library code size. * Improved portability to older C compilers. * Various bug fixes and improvements. diff --git a/configure.ac b/configure.ac index 297469d..30be7cb 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl There is NO WARRANTY, to the extent permitted by law. DX_PATCH_GNULIB AC_PREREQ([2.68]) -AC_INIT([cdecl99], [1.2a], [nbowler@draconx.ca]) +AC_INIT([cdecl99], [1.3], [nbowler@draconx.ca]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])