BIC changes happening (e.g. extenders modification to Applet), so bump the major number once again (but for the last time in a long, long while. how momentous feeling)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=841627
This commit is contained in:
parent
549b0648d3
commit
5bc2abcb3e
@ -103,8 +103,8 @@ if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
|||||||
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||||
|
|
||||||
set_target_properties(plasma PROPERTIES
|
set_target_properties(plasma PROPERTIES
|
||||||
VERSION 2.0.0
|
VERSION 3.0.0
|
||||||
SOVERSION 2
|
SOVERSION 3
|
||||||
${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "${KDE4_KDEUI_LIBS}"
|
${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "${KDE4_KDEUI_LIBS}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -26,12 +26,12 @@
|
|||||||
* String version of libplasma version, suitable for use in
|
* String version of libplasma version, suitable for use in
|
||||||
* file formats or network protocols
|
* file formats or network protocols
|
||||||
*/
|
*/
|
||||||
#define PLASMA_VERSION_STRING "2.1.0"
|
#define PLASMA_VERSION_STRING "3.0.0"
|
||||||
|
|
||||||
/// @brief Major version of libplasma, at compile time
|
/// @brief Major version of libplasma, at compile time
|
||||||
#define PLASMA_VERSION_MAJOR 2
|
#define PLASMA_VERSION_MAJOR 3
|
||||||
/// @brief Minor version of libplasma, at compile time
|
/// @brief Minor version of libplasma, at compile time
|
||||||
#define PLASMA_VERSION_MINOR 1
|
#define PLASMA_VERSION_MINOR 0
|
||||||
/// @brief Release version of libplasma, at compile time
|
/// @brief Release version of libplasma, at compile time
|
||||||
#define PLASMA_VERSION_RELEASE 0
|
#define PLASMA_VERSION_RELEASE 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user