summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/platform/linux_aarch64/build/include/libunwind-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/platform/linux_aarch64/build/include/libunwind-common.h')
-rw-r--r--src/third_party/unwind/platform/linux_aarch64/build/include/libunwind-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/unwind/platform/linux_aarch64/build/include/libunwind-common.h b/src/third_party/unwind/platform/linux_aarch64/build/include/libunwind-common.h
index 0beab1a9d8a..9de37c1d7c0 100644
--- a/src/third_party/unwind/platform/linux_aarch64/build/include/libunwind-common.h
+++ b/src/third_party/unwind/platform/linux_aarch64/build/include/libunwind-common.h
@@ -24,8 +24,8 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#define UNW_VERSION_MAJOR 1
-#define UNW_VERSION_MINOR 5
-#define UNW_VERSION_EXTRA 0
+#define UNW_VERSION_MINOR 6
+#define UNW_VERSION_EXTRA 2
#define UNW_VERSION_CODE(maj,min) (((maj) << 16) | (min))
#define UNW_VERSION UNW_VERSION_CODE(UNW_VERSION_MAJOR, UNW_VERSION_MINOR)