Browse Source

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.
pull/240/head
Vladimír Vondruš 5 years ago
parent
commit
cbf227eb5c
  1. 2
      src/Magnum/Trade/AbstractImporter.cpp

2
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] */
;
}

Loading…
Cancel
Save