From 5bc2abcb3e009c841058e1c17b8d36b23e6cabff Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sun, 3 Aug 2008 17:44:13 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 4 ++-- version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 955184829..58bd86077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,8 +103,8 @@ if(QT_QTOPENGL_FOUND AND OPENGL_FOUND) endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND) set_target_properties(plasma PROPERTIES - VERSION 2.0.0 - SOVERSION 2 + VERSION 3.0.0 + SOVERSION 3 ${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "${KDE4_KDEUI_LIBS}" ) diff --git a/version.h b/version.h index 6643942c2..0aad4a705 100644 --- a/version.h +++ b/version.h @@ -26,12 +26,12 @@ * String version of libplasma version, suitable for use in * 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 -#define PLASMA_VERSION_MAJOR 2 +#define PLASMA_VERSION_MAJOR 3 /// @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 #define PLASMA_VERSION_RELEASE 0