Skip to content

Commit

Permalink
drgn 0.0.27
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Jul 1, 2024
1 parent 8c5e05b commit a8dfc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libdrgn/configure.ac
Original file line number Diff line number Diff line change
@@ -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.26],
AC_INIT([libdrgn], [0.0.27],
[https://github.com/osandov/drgn/issues],,
[https://github.com/osandov/drgn])

Expand Down
2 changes: 1 addition & 1 deletion libdrgn/drgn.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/** Minor version of drgn. */
#define DRGN_VERSION_MINOR 0
/** Patch level of drgn. */
#define DRGN_VERSION_PATCH 26
#define DRGN_VERSION_PATCH 27

/**
* @defgroup ErrorHandling Error handling
Expand Down

0 comments on commit a8dfc9e

Please sign in to comment.