From 1ab9e9b50a5f9fd675d27c35944c49af8df2c10a Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 4 Sep 2017 00:35:53 +0100 Subject: lib: bump version info (soname). Adapt and reenable test 1135. --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 176bf3342..6b48ab366 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -76,9 +76,9 @@ if SONAME_BUMP # # This conditional soname bump SHOULD be removed at next "proper" bump. # -VERSIONINFO=-version-info 9:0:4 +VERSIONINFO=-version-info 10:0:5 else -VERSIONINFO=-version-info 8:0:4 +VERSIONINFO=-version-info 9:0:5 endif # This flag accepts an argument of the form current[:revision[:age]]. So, -- cgit v1.2.3