From c9a884938c606b7d4555da6d278d1f3e09588c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 23 Apr 2024 17:23:07 -0700 Subject: [PATCH] Text: bump AbstractFont plugin interface version string. --- src/Magnum/Text/AbstractFont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Text/AbstractFont.h b/src/Magnum/Text/AbstractFont.h index f2a0bf615..646805d7d 100644 --- a/src/Magnum/Text/AbstractFont.h +++ b/src/Magnum/Text/AbstractFont.h @@ -858,7 +858,7 @@ updated interface string. */ /* Silly indentation to make the string appear in pluginInterface() docs */ #define MAGNUM_TEXT_ABSTRACTFONT_PLUGIN_INTERFACE /* [interface] */ \ -"cz.mosra.magnum.Text.AbstractFont/0.3.5" +"cz.mosra.magnum.Text.AbstractFont/0.3.6" /* [interface] */ #ifndef DOXYGEN_GENERATING_OUTPUT