]> git.draconx.ca Git - cdecl99.git/commitdiff
Release 1.3. master v1.3
authorNick Bowler <nbowler@draconx.ca>
Fri, 5 Apr 2024 04:09:27 +0000 (00:09 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 5 Apr 2024 04:09:27 +0000 (00:09 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a058b677580ff238db6072df67e60a88b208f53d..06e6cfa1035cae6a72a89a52a749f49a70530e8d 100644 (file)
--- 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.
index 297469d558fa4e1e31f819ff25db73955417fcab..30be7cb56702ddd7bca2c07a0be05f55454021a9 100644 (file)
@@ -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])