mirror of https://github.com/getdnsapi/getdns.git
Bump library version because of binary API change
This commit is contained in:
parent
a0e1311afb
commit
b642d814e4
|
@ -22,6 +22,7 @@
|
|||
* Fix: Include OPT RR in response dict always (even without options)
|
||||
* TCP Fast open support (linux only).
|
||||
Enable with the --enable-tcp-fastopen configure option
|
||||
* Bump library version because of binary API change
|
||||
|
||||
* 2014-09-03: Version 0.1.4
|
||||
* Synchronous resolves now respect timeout setting,
|
||||
|
|
|
@ -43,7 +43,7 @@ distdir = $(tarname)-$(version)
|
|||
# if api broken: current++ ; revision = 0; age = 0
|
||||
# if programs compiled against existing library work and link with new
|
||||
# version of library with new binary api: revision++; age++
|
||||
libversion = 0:0:0
|
||||
libversion = 1:0:0
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
|
Loading…
Reference in New Issue