From 6cc7c1ad6a714b7ea8ae1445e502ec7ce4ecf4ab Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 13 Mar 2021 21:31:56 -0500 Subject: [PATCH] Release 1.1. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f972d6e..97b04bf 100644 --- 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. diff --git a/configure.ac b/configure.ac index e1609cb..711f939 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.43.0