diff --git a/libdrgn/configure.ac b/libdrgn/configure.ac index 7045ae2af..c532429d4 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.29], +AC_INIT([libdrgn], [0.0.30], [https://github.com/osandov/drgn/issues],, [https://github.com/osandov/drgn]) diff --git a/libdrgn/drgn.h b/libdrgn/drgn.h index 57a003877..f6438e913 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 29 +#define DRGN_VERSION_PATCH 30 /** * @defgroup ErrorHandling Error handling