Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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)
set
(
KDE_VERSION_MAJOR 4
)
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_STRING
"
${
KDE_VERSION
}
"
)
...
...
README
View file @
296e3641
...
...
@@ -10,7 +10,7 @@ In this file:
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
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)
# 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.14.3
3
"
)
set
(
GENERIC_LIB_VERSION
"4.14.3
4
"
)
set
(
GENERIC_LIB_SOVERSION
"4"
)
# 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"
)
# 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