Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Libraries
Commits
296e3641
Commit
296e3641
authored
Jul 10, 2017
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for 4.14.34
GIT_SILENT
parent
f366c7ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+1
-1
README
README
+1
-1
cmake/modules/KDE4Defaults.cmake
cmake/modules/KDE4Defaults.cmake
+2
-2
No files found.
CMakeLists.txt
View file @
296e3641
...
@@ -11,7 +11,7 @@ include(CPack)
...
@@ -11,7 +11,7 @@ include(CPack)
set
(
KDE_VERSION_MAJOR 4
)
set
(
KDE_VERSION_MAJOR 4
)
set
(
KDE_VERSION_MINOR 14
)
set
(
KDE_VERSION_MINOR 14
)
set
(
KDE_VERSION_RELEASE 3
3
)
set
(
KDE_VERSION_RELEASE 3
4
)
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
}
"
)
...
...
README
View file @
296e3641
...
@@ -10,7 +10,7 @@ In this file:
...
@@ -10,7 +10,7 @@ In this file:
About kdelibs
About kdelibs
-------------
-------------
This is version 4.14.3
3
of the KDE libraries.
This is version 4.14.3
4
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
...
...
cmake/modules/KDE4Defaults.cmake
View file @
296e3641
...
@@ -21,11 +21,11 @@ set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
...
@@ -21,11 +21,11 @@ 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.14.3
3
"
)
set
(
GENERIC_LIB_VERSION
"4.14.3
4
"
)
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
set
(
KDE_NON_GENERIC_LIB_VERSION
"5.14.3
3
"
)
set
(
KDE_NON_GENERIC_LIB_VERSION
"5.14.3
4
"
)
set
(
KDE_NON_GENERIC_LIB_SOVERSION
"5"
)
set
(
KDE_NON_GENERIC_LIB_SOVERSION
"5"
)
# windows does not support LD_LIBRARY_PATH or similar
# windows does not support LD_LIBRARY_PATH or similar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment