Skip to content

Commit

Permalink
build: bump interface age.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hergert committed Dec 13, 2013
1 parent 2fba96d commit f94f1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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], [0])
m4_define([bson_interface_age], [1])
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 f94f1da

Please sign in to comment.