. This
mirror is hosted by Michael Pyne, and was generated on
2013-02-18.
Plasma
Go to the documentation of this file.
20 #ifndef PLASMA_VERSION_H
21 #define PLASMA_VERSION_H
31 #define PLASMA_VERSION_STRING "3.3.0"
34 #define PLASMA_VERSION_MAJOR 3
36 #define PLASMA_VERSION_MINOR 3
38 #define PLASMA_VERSION_RELEASE 0
40 #define PLASMA_MAKE_VERSION(a,b,c) (((a) << 16) | ((b) << 8) | (c))
45 #define PLASMA_VERSION \
46 PLASMA_MAKE_VERSION(PLASMA_VERSION_MAJOR, PLASMA_VERSION_MINOR, PLASMA_VERSION_RELEASE)
52 #define PLASMA_IS_VERSION(a,b,c) (PLASMA_VERSION >= PLASMA_MAKE_VERSION(a,b,c))
63 PLASMA_EXPORT
unsigned int version();
92 #endif // multiple inclusion guard
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Feb 18 2013 19:35:39 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.