]> git.draconx.ca Git - cdecl99.git/commitdiff
Release 1.1. v1.1
authorNick Bowler <nbowler@draconx.ca>
Sun, 14 Mar 2021 02:31:56 +0000 (21:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 14 Mar 2021 03:18:18 +0000 (22:18 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f972d6e41b97b2521220b70d2f209e4965b8cf36..97b04bf016e954ab88e6e7707b9e196473c8dcb9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Release 1a:
+Release 1.1:
        * Error messages are no longer printed by libcdecl.
        * Various bug fixes and improvements.
 
index e1609cbaf43677d80cbf4e5bb9abdb89c55aa60e..711f939cf88836b18cc4fd1bae0f847518161516 100644 (file)
@@ -5,7 +5,7 @@ dnl This is free software: you are free to do what the fuck you want to.
 dnl There is NO WARRANTY, to the extent permitted by law.
 
 AC_PREREQ([2.68])
-AC_INIT([cdecl99], [1a], [nbowler@draconx.ca])
+AC_INIT([cdecl99], [1.1], [nbowler@draconx.ca])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz])