summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-10-04 16:31:41 +0200
committerSebastian Pipping <sebastian@pipping.org>2022-10-04 16:57:06 +0200
commit5d520c9404b7f0383a19867c57d9e6f556399f6e (patch)
treed0e6b4dbb0c151294ac909c93786c20e68b55599
parent4d5c40ecef9001cb300625759cf516f8cb93ee26 (diff)
downloaduriparser-5d520c9404b7f0383a19867c57d9e6f556399f6e.tar.gz
Bump version info from 1:29:0 to 1:30:0
see https://verbump.de/ for what these numbers do
-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