Skip to content

Commit 639b61e

Browse files
committed
Bump version info from 2:0:1 to 3:0:2
See https://verbump.de/ for what these numbers do
1 parent 90ac382 commit 639b61e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
4747
set(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)
5151
set(URIPARSER_SO_REVISION 0)
52-
set(URIPARSER_SO_AGE 1)
52+
set(URIPARSER_SO_AGE 2)
5353

5454
include(CheckCCompilerFlag)
5555
include(CheckFunctionExists)

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7274
2025-09-03 -- 0.9.9
7375

0 commit comments

Comments
 (0)