]> git.draconx.ca Git - cdecl99.git/commitdiff
Release 1.2. v1.2
authorNick Bowler <nbowler@draconx.ca>
Sun, 3 Apr 2022 19:13:42 +0000 (15:13 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 3 Apr 2022 19:36:26 +0000 (15:36 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7bf3e141eeb4c901433b9aa1718ddf1a70973645..21e6822c39c5cce9f23a88e9dff6638c767c1411 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-Release 1.1a:
-       * Improved portability of the test suite.
+Release 1.2:
+       * Removed external library dependencies from the test suite.
+       * Fixed compilation failures in some enviroments.
        * Various bug fixes and improvements.
 
 Release 1.1:
index 66e9bc6f30db9c431d1c0f71e8017bc7e39a88b3..4c906c0f3b10913cbd7c2e7dd46467d5598ca44f 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], [1.1a], [nbowler@draconx.ca])
+AC_INIT([cdecl99], [1.2], [nbowler@draconx.ca])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz])