From 86b29d041c965030c24e9ab0a6907ff22c2a75fa Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Tue, 8 Oct 2024 12:55:40 -0700 Subject: [PATCH] drgn 0.0.29 Signed-off-by: Omar Sandoval --- libdrgn/configure.ac | 2 +- libdrgn/drgn.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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