summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog1
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed01577..f79e707 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ project(uriparser
# See https://verbump.de/ for what these numbers do
set(URIPARSER_SO_CURRENT 1)
-set(URIPARSER_SO_REVISION 29)
+set(URIPARSER_SO_REVISION 30)
set(URIPARSER_SO_AGE 0)
include(CheckCCompilerFlag)
diff --git a/ChangeLog b/ChangeLog
index b06cc75..20a186b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ xxxx-xx-xx -- x.x.x
"UriConfig.h" with quotes rather than <UriConfig.h> so that it is found
in quote path locations (GitHub #149)
Thanks to Gaspard Petit for bringing this up!
+ * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do
2022-01-06 -- 0.9.6