generic: bump version to 4.17.0

This commit is contained in:
Ivailo Monev 2015-07-13 13:52:34 +03:00
parent 3114ed1e31
commit e896874b00
4 changed files with 4 additions and 6 deletions

View file

@ -9,7 +9,7 @@ include(CPack)
################# set KDE specific information ################# ################# set KDE specific information #################
set (KDE_VERSION_MAJOR 4) set (KDE_VERSION_MAJOR 4)
set (KDE_VERSION_MINOR 16) set (KDE_VERSION_MINOR 17)
set (KDE_VERSION_RELEASE 0) set (KDE_VERSION_RELEASE 0)
set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" ) set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" )
set (KDE_VERSION_STRING "${KDE_VERSION}") set (KDE_VERSION_STRING "${KDE_VERSION}")

2
README
View file

@ -10,8 +10,6 @@ In this file:
About kdelibs About kdelibs
------------- -------------
This is version 4.16.0 of the KDE libraries.
This package includes libraries that are central to the development and This package includes libraries that are central to the development and
execution of a KDE program, as well as internationalization files for these execution of a KDE program, as well as internationalization files for these
libraries, misc HTML documentation, theme modules, and regression tests. libraries, misc HTML documentation, theme modules, and regression tests.

View file

@ -1096,13 +1096,13 @@ macro (KDE4_PRINT_RESULTS)
# inside kdelibs the include dir and lib dir are internal, not "found" # inside kdelibs the include dir and lib dir are internal, not "found"
if (NOT _kdeBootStrapping) if (NOT _kdeBootStrapping)
if(KDE4_INCLUDE_DIR) if(KDE4_INCLUDE_DIR)
message(STATUS "Found KDE 4.16 include dir: ${KDE4_INCLUDE_DIR}") message(STATUS "Found KDE 4.17 include dir: ${KDE4_INCLUDE_DIR}")
else(KDE4_INCLUDE_DIR) else(KDE4_INCLUDE_DIR)
message(STATUS "ERROR: unable to find the KDE 4 headers") message(STATUS "ERROR: unable to find the KDE 4 headers")
endif(KDE4_INCLUDE_DIR) endif(KDE4_INCLUDE_DIR)
if(KDE4_LIB_DIR) if(KDE4_LIB_DIR)
message(STATUS "Found KDE 4.16 library dir: ${KDE4_LIB_DIR}") message(STATUS "Found KDE 4.17 library dir: ${KDE4_LIB_DIR}")
else(KDE4_LIB_DIR) else(KDE4_LIB_DIR)
message(STATUS "ERROR: unable to find the KDE 4 core library") message(STATUS "ERROR: unable to find the KDE 4 core library")
endif(KDE4_LIB_DIR) endif(KDE4_LIB_DIR)

View file

@ -21,7 +21,7 @@ set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
# define the generic version of the libraries here # define the generic version of the libraries here
# this makes it easy to advance it when the next KDE release comes # this makes it easy to advance it when the next KDE release comes
# Use this version number for libraries which are at version n in KDE version n # Use this version number for libraries which are at version n in KDE version n
set(GENERIC_LIB_VERSION "4.16.0") set(GENERIC_LIB_VERSION "4.17.0")
set(GENERIC_LIB_SOVERSION "4") set(GENERIC_LIB_SOVERSION "4")
# Use this version number for libraries which are already at version n+1 in KDE version n # Use this version number for libraries which are already at version n+1 in KDE version n