git: 1c1bce5bbd4d - main - libusb: Mark defualt smybol tag as latest stable version
ShengYi Hung <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a7de4f5.4187d.4e7a78cb__8743.17539144016$1786635523$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=1c1bce5bbd4da6a97acb3b2689ce743f67bcf241 commit 1c1bce5bbd4da6a97acb3b2689ce743f67bcf241 Author: ShengYi Hung <[email protected]> AuthorDate: 2026-08-13 15:26:50 +0000 Commit: ShengYi Hung <[email protected]> CommitDate: 2026-08-13 15:38:08 +0000 libusb: Mark defualt smybol tag as latest stable version As we might change the libusb ABI in 16, we should mark thje first version as FBSD_1.8 instead of 1.9. Since versioning patch has not landed for a long time, it makes sense to change it directly. Discussed with: kib Fixes: 527a82474cb3 ("libusb: versioning symbols") Sponsored by: The FreeBSD Foundation --- lib/libusb/Symbol.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libusb/Symbol.map b/lib/libusb/Symbol.map index 9b3f6c6ff84f..46bd1d8aeace 100644 --- a/lib/libusb/Symbol.map +++ b/lib/libusb/Symbol.map @@ -1,5 +1,5 @@ -FBSD_1.9 { +FBSD_1.8 { libusb_alloc_streams; libusb_alloc_transfer; libusb_attach_kernel_driver;