KDE_VERSION_STRING

Rex Dieter rdieter at math.unl.edu
Thu Aug 26 21:48:51 BST 2010


Aaron J. Seigo wrote:

> i'd like to propose that we remove the term "KDE" from the version string
> altogether and leave it completely up to the GUIs, so the patch becomes:
> 
>  set (KDE_VERSION_MAJOR 4)
>  set (KDE_VERSION_MINOR 5)
>  set (KDE_VERSION_RELEASE 66)
>  set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.
> ${KDE_VERSION_RELEASE}" )
> -set (KDE_VERSION_STRING "${KDE_VERSION} (KDE Platform 4.5.66 (KDE
> Platform 4.6 >= 20100825))")
> +set (KDE_VERSION_STRING "${KDE_VERSION} (4.6 >= 20100825)")
> 
> this matches the apidox for KDE::versionString as well, and the repititoin
> of "4.5.66" which we get from KDE_VERSION.

A good improvement (having stared at this code recently).

-- Rex






More information about the kde-core-devel mailing list