Skip to content

Commit

Permalink
build: reset bson interface age.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hergert committed Mar 1, 2014
1 parent 7be0a4f commit 4a1ce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/autotools/Versions.m4
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ m4_define([bson_version], [bson_major_version.bson_minor_version.bson_micro_vers

# bump up by 1 for every micro release with no API changes, otherwise
# set to 0. after release, bump up by 1
m4_define([bson_interface_age], [1])
m4_define([bson_interface_age], [0])
m4_define([bson_binary_age], [m4_eval(100 * bson_minor_version + bson_micro_version)])

m4_define([lt_current], [m4_eval(100 * bson_minor_version + bson_micro_version - bson_interface_age)])
Expand Down

0 comments on commit 4a1ce8b

Please sign in to comment.