Bump library version because of binary API change

This commit is contained in:
Willem Toorop 2014-10-31 11:30:24 +01:00
parent a0e1311afb
commit b642d814e4
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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@