Warning, /kdevelop/kdevelop/kdevplatform/interfaces/ipluginversion.h.in is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2013 Aleix Pol Gonzalez <aleixpol@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef IPLUGINVESION_H
0008 #define IPLUGINVESION_H
0009 
0010 /**
0011  * Current KDevelop plugin interface version. Interfaces declare plugin version
0012  * to make sure old source (or binary) incompatible plugins are not loaded.
0013  * Increase this if it is necessary that old plugins stop working.
0014  */
0015 #define KDEVELOP_PLUGIN_VERSION @KDEV_PLUGIN_VERSION@
0016 
0017 #endif