Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
libcerf
Commits
322a1959
Commit
322a1959
authored
Apr 08, 2022
by
Wuttke, Joachim
Browse files
This is release 2.1
parent
ee68e7ef
Pipeline
#61981
passed with stage
in 31 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
322a1959
== Revision history of libcerf, maintained by Joachim Wuttke ==
libcerf-2.1, released 8apr22:
- provide cerfConfig.cmake (contributed by Lori A. Burns and Christoph Junghans)
- libcerf.pc: remove hard-coded lib/
- version number incremented to overcome upstream problems with withdrawn release 2.0
libcerf-1.17, released 29jun21:
- Correct pkgconfig installation directory (use GNU install dirs, install to LIBDIR/pkgconfig)
...
...
CMakeLists.txt
View file @
322a1959
...
...
@@ -32,8 +32,8 @@ else()
set
(
CMAKE_C_STANDARD 99
)
endif
()
set
(
CERF_SOVERSION
1
)
# API version
set
(
CERF_VERSION
${
CERF_SOVERSION
}
.1
7
)
# minor version
set
(
CERF_SOVERSION
2
)
# API version
set
(
CERF_VERSION
${
CERF_SOVERSION
}
.1
)
# minor version
include
(
GNUInstallDirs
)
...
...
Write
Preview
Supports
Markdown
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