File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
4747set (CMAKE_C_EXTENSIONS OFF ) # i.e. -std=c99 rather than default -std=gnu99
4848
4949# See https://verbump.de/ for what these numbers do
50- set (URIPARSER_SO_CURRENT 2 )
50+ set (URIPARSER_SO_CURRENT 3 )
5151set (URIPARSER_SO_REVISION 0)
52- set (URIPARSER_SO_AGE 1 )
52+ set (URIPARSER_SO_AGE 2 )
5353
5454include (CheckCCompilerFlag )
5555include (CheckFunctionExists )
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ NOTE: uriparser is looking for help with a few things:
6868 * Infrastructure: Make CI report on test coverage using LLVM, and offer
6969 these reports for download (GitHub #32, GitHub #269)
7070 * Infrastructure: Make CI enforce clang-format clean code (GitHub #272)
71+ * Soname: 3:0:2 — see https://verbump.de/ for what these numbers do
72+ (liburiparser.so.1.2.0)
7173
72742025-09-03 -- 0.9.9
7375
You can’t perform that action at this time.
0 commit comments