summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-05-31 17:09:01 +0200
committerSebastian Pipping <sebastian@pipping.org>2020-05-31 17:09:01 +0200
commit7bddeb85d1fd0bcf98a5ba47dd089fe528a81d00 (patch)
tree25f0bd567059293948eeab410d9bd5be07efec63
parentba9c8481b1f008b49be3e89574ab97760d403f6f (diff)
downloaduriparser-7bddeb85d1fd0bcf98a5ba47dd089fe528a81d00.tar.gz
Bump soname from 1:26:0 to 1:27:0 for upcoming release (#88)
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36814de..30f4452 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ project(uriparser
# See https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
set(URIPARSER_SO_CURRENT 1)
-set(URIPARSER_SO_REVISION 26)
+set(URIPARSER_SO_REVISION 27)
set(URIPARSER_SO_AGE 0)
include(CheckCCompilerFlag)
diff --git a/ChangeLog b/ChangeLog
index 48c39b4..7027df8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,7 @@ NOTE: uriparser is looking for help with a few things:
* Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
files, defaults to "ON" (GitHub #74, #75)
Thanks to Scott Donelan for the patch!
- * Soname: TODO
+ * Soname: 1:26:0
2019-04-28 -- 0.9.3