From 43fbbb91fa259c68d57ae9dd3ad4a6c64c23d48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 23 Jun 2012 03:47:38 +0200 Subject: [PATCH] Bumped version of AbstractImporter interface due to recent changes. --- src/Trade/AbstractImporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Trade/AbstractImporter.h b/src/Trade/AbstractImporter.h index ae1e9a6ac..c0bdba48f 100644 --- a/src/Trade/AbstractImporter.h +++ b/src/Trade/AbstractImporter.h @@ -50,7 +50,7 @@ some data. This is obviously not the case for single-data formats like images, as the file contains all data user wants to import. */ class MAGNUM_EXPORT AbstractImporter: public Corrade::PluginManager::Plugin { - PLUGIN_INTERFACE("cz.mosra.magnum.Trade.AbstractImporter/0.1") + PLUGIN_INTERFACE("cz.mosra.magnum.Trade.AbstractImporter/0.2") public: /**