From kde-commits Mon Oct 02 11:17:39 2006 From: Stephan Kulow Date: Mon, 02 Oct 2006 11:17:39 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs Message-Id: <1159787859.846430.31452.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115978787316902 SVN commit 591346 by coolo: updates for 3.5.5 M +1 -1 README M +2 -2 kdecore/kdeversion.h --- branches/KDE/3.5/kdelibs/README #591345:591346 @@ -10,7 +10,7 @@ About kdelibs ------------- -This is version 3.5.4 of the KDE libraries. +This is version 3.5.5 of the KDE libraries. This package includes libraries that are central to the development and execution of a KDE program, as well as internationalization files for these --- branches/KDE/3.5/kdelibs/kdecore/kdeversion.h #591345:591346 @@ -22,10 +22,10 @@ #include "kdelibs_export.h" -#define KDE_VERSION_STRING "3.5.4" +#define KDE_VERSION_STRING "3.5.5" #define KDE_VERSION_MAJOR 3 #define KDE_VERSION_MINOR 5 -#define KDE_VERSION_RELEASE 4 +#define KDE_VERSION_RELEASE 5 #define KDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c)) #define KDE_VERSION \