diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2021-10-27 16:30:24 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2021-10-27 16:30:24 +0000 |
| commit | 2f7f8995367b3fe1a9e2bf34be6f0684963eed02 (patch) | |
| tree | 9e09841d915d546711fc3080771f8c7032baeae2 /gnu/lib | |
| parent | aa15f7df644a5ec0eff84f077920432d5dc81d97 (diff) | |
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 6de2460c62a5..73373b1d5827 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -3,7 +3,7 @@ DIALOG= ${SRCTOP}/contrib/dialog LIB= dialog -SHLIB_MAJOR= 9 +SHLIB_MAJOR= 10 SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \ columns.c dlg_keys.c editbox.c fselect.c formbox.c guage.c \ help.c inputbox.c inputstr.c menubox.c mixedform.c \ |
