summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/inc/config.h
diff options
context:
space:
mode:
authorMartin Capitanio <capnm@capitanio.org>2024-06-27 11:16:37 +0200
committerMartin Capitanio <capnm@capitanio.org>2024-06-27 11:26:44 +0200
commit10406c8685e8459d2439e3970b9dc9104fd926f6 (patch)
treeddc7a78edc6645511acd749983e3a7097c91c76a /thirdparty/thorvg/inc/config.h
parent7907ef835d17cd01c14203c239dc017cbe8605a3 (diff)
downloadredot-engine-10406c8685e8459d2439e3970b9dc9104fd926f6.tar.gz
ThorVG: Update to 0.14.0
+ Fixes the v0.13.8 svg text error issue. + See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
Diffstat (limited to 'thirdparty/thorvg/inc/config.h')
-rw-r--r--thirdparty/thorvg/inc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/inc/config.h b/thirdparty/thorvg/inc/config.h
index fc7f3ac36d..6218c18e68 100644
--- a/thirdparty/thorvg/inc/config.h
+++ b/thirdparty/thorvg/inc/config.h
@@ -15,5 +15,5 @@
// For internal debugging:
//#define THORVG_LOG_ENABLED
-#define THORVG_VERSION_STRING "0.13.8"
+#define THORVG_VERSION_STRING "0.14.0"
#endif