We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5e05b commit a8dfc9eCopy full SHA for a8dfc9e
libdrgn/configure.ac
@@ -1,7 +1,7 @@
1
dnl Copyright (c) Meta Platforms, Inc. and affiliates.
2
dnl SPDX-License-Identifier: LGPL-2.1-or-later
3
4
-AC_INIT([libdrgn], [0.0.26],
+AC_INIT([libdrgn], [0.0.27],
5
[https://github.com/osandov/drgn/issues],,
6
[https://github.com/osandov/drgn])
7
libdrgn/drgn.h
@@ -45,7 +45,7 @@
45
/** Minor version of drgn. */
46
#define DRGN_VERSION_MINOR 0
47
/** Patch level of drgn. */
48
-#define DRGN_VERSION_PATCH 26
+#define DRGN_VERSION_PATCH 27
49
50
/**
51
* @defgroup ErrorHandling Error handling
0 commit comments