diff --git a/NEWS.md b/NEWS.md index db1062f..5d1461b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # Release notes +## 0.1.1 -- 2023-07-23 + +* Fix macOS build (#1) + ## 0.1 -- 2023-07-22 * Initial release. diff --git a/configure.ac b/configure.ac index f26842a..501e54f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([pkgchkxx], [0.1], [pkgsrc-users@NetBSD.org]) +AC_INIT([pkgchkxx], [0.1.1], [pkgsrc-users@NetBSD.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([lib/pkgxx/pkgname.hxx]) AC_CONFIG_HEADERS([lib/pkgxx/config.h])