Skip to content

Commit 8209a14

Browse files
committed
drgn 0.0.31
Signed-off-by: Omar Sandoval <[email protected]>
1 parent 0824ffe commit 8209a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libdrgn/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Copyright (c) Meta Platforms, Inc. and affiliates.
22
dnl SPDX-License-Identifier: LGPL-2.1-or-later
33

4-
AC_INIT([libdrgn], [0.0.30],
4+
AC_INIT([libdrgn], [0.0.31],
55
[https://github.com/osandov/drgn/issues],,
66
[https://github.com/osandov/drgn])
77

libdrgn/drgn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
/** Minor version of drgn. */
4545
#define DRGN_VERSION_MINOR 0
4646
/** Patch level of drgn. */
47-
#define DRGN_VERSION_PATCH 30
47+
#define DRGN_VERSION_PATCH 31
4848

4949
/**
5050
* @defgroup ErrorHandling Error handling

0 commit comments

Comments
 (0)