From 92023c5b5d5a1c7e1556e945b098148f0b46e608 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Wed, 18 Dec 2024 14:15:26 -0800 Subject: [PATCH] drgn 0.0.30 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 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