diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-15 11:45:42 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-15 11:45:42 +0200 |
commit | 154d0812120de761683949ed88ff0166d97a4dbe (patch) | |
tree | 0333e669eeea7ddc0d68111d6bcaf2d8875ff47c /thirdparty/thorvg/inc/config.h | |
parent | a38aafca3e25a5a2b7da497f0dd4baa9d5423605 (diff) |
thorvg: Sync with upstream 0.8.1
And backport fix for FreeBSD support.
Fixes #60003.
Diffstat (limited to 'thirdparty/thorvg/inc/config.h')
-rw-r--r-- | thirdparty/thorvg/inc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/inc/config.h b/thirdparty/thorvg/inc/config.h index d72574bc65..879b70442b 100644 --- a/thirdparty/thorvg/inc/config.h +++ b/thirdparty/thorvg/inc/config.h @@ -13,5 +13,5 @@ #define THORVG_JPG_LOADER_SUPPORT 1 -#define THORVG_VERSION_STRING "0.8.0" +#define THORVG_VERSION_STRING "0.8.1" #endif |