mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: bump version to 4.17.0
This commit is contained in:
parent
3114ed1e31
commit
e896874b00
4 changed files with 4 additions and 6 deletions
|
@ -9,7 +9,7 @@ include(CPack)
|
|||
################# set KDE specific information #################
|
||||
|
||||
set (KDE_VERSION_MAJOR 4)
|
||||
set (KDE_VERSION_MINOR 16)
|
||||
set (KDE_VERSION_MINOR 17)
|
||||
set (KDE_VERSION_RELEASE 0)
|
||||
set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" )
|
||||
set (KDE_VERSION_STRING "${KDE_VERSION}")
|
||||
|
|
2
README
2
README
|
@ -10,8 +10,6 @@ In this file:
|
|||
|
||||
About kdelibs
|
||||
-------------
|
||||
This is version 4.16.0 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
|
||||
libraries, misc HTML documentation, theme modules, and regression tests.
|
||||
|
|
|
@ -1096,13 +1096,13 @@ macro (KDE4_PRINT_RESULTS)
|
|||
# inside kdelibs the include dir and lib dir are internal, not "found"
|
||||
if (NOT _kdeBootStrapping)
|
||||
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)
|
||||
message(STATUS "ERROR: unable to find the KDE 4 headers")
|
||||
endif(KDE4_INCLUDE_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)
|
||||
message(STATUS "ERROR: unable to find the KDE 4 core library")
|
||||
endif(KDE4_LIB_DIR)
|
||||
|
|
|
@ -21,7 +21,7 @@ set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
|
|||
# define the generic version of the libraries here
|
||||
# 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
|
||||
set(GENERIC_LIB_VERSION "4.16.0")
|
||||
set(GENERIC_LIB_VERSION "4.17.0")
|
||||
set(GENERIC_LIB_SOVERSION "4")
|
||||
|
||||
# Use this version number for libraries which are already at version n+1 in KDE version n
|
||||
|
|
Loading…
Add table
Reference in a new issue