Skip to content

Commit

Permalink
Correct library version bump
Browse files Browse the repository at this point in the history
Also the mistake in the last version
  • Loading branch information
wtoorop committed Apr 19, 2015
1 parent 034150c commit 6d4c0af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2387,10 +2387,10 @@ GETDNS_COMPILATION_COMMENT="getdns 0.1.8 configured on $CURRENT_DATE for the Jan
# getdns-0.1.4 had libversion 0:0:0
# getdns-0.1.5 had libversion 1:0:0
# getdns-0.1.6 had libversion 1:1:0
# getdns-0.1.7 will have libversion 1:2:1
# getdns-0.1.8 will have libversion 1:3:2
# getdns-0.1.7 had libversion 1:2:1
# getdns-0.1.8 will have libversion 1:3:0
#
GETDNS_LIBVERSION=1:3:2
GETDNS_LIBVERSION=1:3:0



Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_STRING configured on $CURRENT_DATE for th
# getdns-0.1.4 had libversion 0:0:0
# getdns-0.1.5 had libversion 1:0:0
# getdns-0.1.6 had libversion 1:1:0
# getdns-0.1.7 will have libversion 1:2:1
# getdns-0.1.8 will have libversion 1:3:2
# getdns-0.1.7 had libversion 1:2:1
# getdns-0.1.8 will have libversion 1:3:0
#
GETDNS_LIBVERSION=1:3:2
GETDNS_LIBVERSION=1:3:0

AC_SUBST(GETDNS_COMPILATION_COMMENT)
AC_SUBST(GETDNS_LIBVERSION)
Expand Down

0 comments on commit 6d4c0af

Please sign in to comment.