mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 13:59:27 -04:00
Adjust lib/isc/api version
The libisc LIBINTERFACE bump for 9.11.17 is unnecessary. A lot of headers were altered but the ABI tool did not report anything. Trust the ABI tool on this and decrement LIBINTERFACE and increment LIBREVISION.
This commit is contained in:
parent
bee39b1293
commit
4236979e90
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,6 @@
|
|||
# 9.10-sub: 180-189
|
||||
# 9.11: 160-169,1100-1199
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 1106
|
||||
LIBREVISION = 0
|
||||
LIBINTERFACE = 1105
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue