From bcaf36fb208e26992d19f82374fc37f926bf2640 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de>
Date: Wed, 26 Nov 2008 09:36:19 +0000
Subject: [PATCH] Increased datacontrol plugin version

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@3803 383ad7c9-94d9-4d36-a494-682f7c89f535
---
 DataControlPlugin.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DataControlPlugin.hh b/DataControlPlugin.hh
index 1f8918e..8fa4a6c 100644
--- a/DataControlPlugin.hh
+++ b/DataControlPlugin.hh
@@ -289,7 +289,7 @@ class DataControlPlugin : public QObject, BaseInterface, ToolboxInterface, Globa
       /** @} */
 
   public slots:
-    QString version() { return QString("1.01"); };
+    QString version() { return QString("1.02"); };
 };
 
 #endif //COLORPLUGIN_HH
-- 
GitLab