From cbf227eb5ca8c67f38e15e994d346761aac5d382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Oct 2021 21:47:29 +0200 Subject: [PATCH] Trade: bump the AbstractImporter plugin interface string. This is one of those nasty ABI incompatibilites that shuffles functions around, so better force a recompile this way. --- src/Magnum/Trade/AbstractImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Trade/AbstractImporter.cpp b/src/Magnum/Trade/AbstractImporter.cpp index 177944e4d..d76761c4d 100644 --- a/src/Magnum/Trade/AbstractImporter.cpp +++ b/src/Magnum/Trade/AbstractImporter.cpp @@ -62,7 +62,7 @@ namespace Magnum { namespace Trade { std::string AbstractImporter::pluginInterface() { return /* [interface] */ -"cz.mosra.magnum.Trade.AbstractImporter/0.3.3" +"cz.mosra.magnum.Trade.AbstractImporter/0.3.4" /* [interface] */ ; }