summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-11-10 21:04:52 +0100
committerAyush Garg <ayush.garg@samsung.com>2023-05-15 14:55:55 +0530
commitbf00859f0b3184924367c8ec6f3a9d22a5386a5f (patch)
tree2fdb22a153091358a27d5657f3a4062f8ef3dddc
parenteb56d2ae19aba1ef14e8aee5b8e1502187f0d68c (diff)
downloadbluez-bf00859f0b3184924367c8ec6f3a9d22a5386a5f.tar.gz
bluez-bf00859f0b3184924367c8ec6f3a9d22a5386a5f.tar.bz2
bluez-bf00859f0b3184924367c8ec6f3a9d22a5386a5f.zip
build: Update library version
Signed-off-by: Manika Shrivastava <manika.sh@samsung.com> Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
-rwxr-xr-xMakefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 648ed8cf..c1fb7e5a 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,7 @@ pkginclude_HEADERS += $(lib_headers)
lib_LTLIBRARIES += lib/libbluetooth.la
lib_libbluetooth_la_SOURCES = $(lib_headers) $(lib_sources)
-lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:7:19
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:8:19
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif