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 d59c03a commit 92023c5Copy full SHA for 92023c5
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.29],
+AC_INIT([libdrgn], [0.0.30],
5
[https://github.com/osandov/drgn/issues],,
6
[https://github.com/osandov/drgn])
7
libdrgn/drgn.h
@@ -44,7 +44,7 @@
44
/** Minor version of drgn. */
45
#define DRGN_VERSION_MINOR 0
46
/** Patch level of drgn. */
47
-#define DRGN_VERSION_PATCH 29
+#define DRGN_VERSION_PATCH 30
48
49
/**
50
* @defgroup ErrorHandling Error handling
0 commit comments