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 \