diff --git a/libdrgn/configure.ac b/libdrgn/configure.ac index 4fe0a7642..7045ae2af 100644 --- a/libdrgn/configure.ac +++ b/libdrgn/configure.ac @@ -1,7 +1,7 @@ dnl Copyright (c) Meta Platforms, Inc. and affiliates. dnl SPDX-License-Identifier: LGPL-2.1-or-later -AC_INIT([libdrgn], [0.0.28], +AC_INIT([libdrgn], [0.0.29], [https://github.com/osandov/drgn/issues],, [https://github.com/osandov/drgn]) diff --git a/libdrgn/drgn.h b/libdrgn/drgn.h index a55016a96..33a5505c7 100644 --- a/libdrgn/drgn.h +++ b/libdrgn/drgn.h @@ -44,7 +44,7 @@ /** Minor version of drgn. */ #define DRGN_VERSION_MINOR 0 /** Patch level of drgn. */ -#define DRGN_VERSION_PATCH 28 +#define DRGN_VERSION_PATCH 29 /** * @defgroup ErrorHandling Error handling