Skip to content

Commit fb7990a

Browse files
committed
Bump version to 0.3.3
1 parent 7b5e3ce commit fb7990a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release notes
22

3-
## 0.3.3 -- not released yet
3+
## 0.3.3 -- 2025-03-07
44

55
* Fix an issue where `pkgchkxx -ab` crashes upon trying to install the
66
first missing package. This was a use-after-free bug introduced in

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.71])
5-
AC_INIT([pkgchkxx], [0.3.2], [pkgsrc-users@NetBSD.org])
5+
AC_INIT([pkgchkxx], [0.3.3], [pkgsrc-users@NetBSD.org])
66
AC_CONFIG_MACRO_DIR([m4])
77
AC_CONFIG_SRCDIR([lib/pkgxx/pkgname.hxx])
88
AC_CONFIG_HEADERS([lib/pkgxx/config.h])

0 commit comments

Comments
 (0)