Skip to content

Commit

Permalink
libetpan 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Apr 26, 2016
1 parent e2105da commit da69765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.

m4_define([maj_version], [1])
m4_define([min_version], [6])
m4_define([api_current], [18])
m4_define([min_version], [7])
m4_define([api_current], [19])
m4_define([api_revision], [0])
m4_define([api_compatibility], [17])
dnl API version
Expand Down

1 comment on commit da69765

@mones
Copy link
Contributor

@mones mones commented on da69765 May 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, notice that you left untouched this:

m4_define([api_compatibility], [17])

But since there's removed calls, this is not completely true that software build against api level 17 (v1.6) can be built with the new v1.7 version, specially if using any of the removed calls ;-)
I think this should have been bumped to 19, like api_current was. Or could both also be kept at 18, since there was no intermediate release to justify the bump.

Please sign in to comment.