Skip to content

Commit

Permalink
build: Update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Jan 12, 2024
1 parent 1f9ff8f commit dc0cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:11:19
lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:12:19
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
endif

Expand Down

0 comments on commit dc0cbf0

Please sign in to comment.