From 81d5ac1eb80ffe7b386b58eb6e24b05754953066 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Thu, 28 Mar 2024 08:09:23 +0100 Subject: [PATCH] update amalgamation --- amalgamation/toxcore_amalgamation.c | 2 +- amalgamation/toxcore_amalgamation_no_toxav.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amalgamation/toxcore_amalgamation.c b/amalgamation/toxcore_amalgamation.c index 6470abab24..8fe9c5aceb 100644 --- a/amalgamation/toxcore_amalgamation.c +++ b/amalgamation/toxcore_amalgamation.c @@ -6115,7 +6115,7 @@ uint32_t tox_version_minor(void); * Incremented when bugfixes are applied without changing any functionality or * API or ABI. */ -#define TOX_VERSION_PATCH 18 +#define TOX_VERSION_PATCH 19 uint32_t tox_version_patch(void); diff --git a/amalgamation/toxcore_amalgamation_no_toxav.c b/amalgamation/toxcore_amalgamation_no_toxav.c index db8cec585c..09a5afd137 100644 --- a/amalgamation/toxcore_amalgamation_no_toxav.c +++ b/amalgamation/toxcore_amalgamation_no_toxav.c @@ -6115,7 +6115,7 @@ uint32_t tox_version_minor(void); * Incremented when bugfixes are applied without changing any functionality or * API or ABI. */ -#define TOX_VERSION_PATCH 18 +#define TOX_VERSION_PATCH 19 uint32_t tox_version_patch(void);