Skip to content

Commit a8dfc9e

Browse files
committed
drgn 0.0.27
Signed-off-by: Omar Sandoval <[email protected]>
1 parent 8c5e05b commit a8dfc9e

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.26],
4+
AC_INIT([libdrgn], [0.0.27],
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
@@ -45,7 +45,7 @@
4545
/** Minor version of drgn. */
4646
#define DRGN_VERSION_MINOR 0
4747
/** Patch level of drgn. */
48-
#define DRGN_VERSION_PATCH 26
48+
#define DRGN_VERSION_PATCH 27
4949

5050
/**
5151
* @defgroup ErrorHandling Error handling

0 commit comments

Comments
 (0)