-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jason Carey (hanumantmk) <jcarey@argv.me>
- Loading branch information
1 parent
2e71f18
commit a3471e5
Showing
7 changed files
with
63 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
m4_define([mongoc_major_version], [1]) | ||
m4_define([mongoc_minor_version], [0]) | ||
m4_define([mongoc_micro_version], [1]) | ||
m4_define([mongoc_micro_version], [2]) | ||
m4_define([mongoc_version], [mongoc_major_version.mongoc_minor_version.mongoc_micro_version]) | ||
|
||
# bump up by 1 for every micro release with no API changes, otherwise | ||
# set to 0. after release, bump up by 1 | ||
m4_define([mongoc_interface_age], [1]) | ||
m4_define([mongoc_interface_age], [2]) | ||
m4_define([mongoc_binary_age], [m4_eval(100 * mongoc_minor_version + mongoc_micro_version)]) | ||
|
||
m4_define([lt_current], [m4_eval(100 * mongoc_minor_version + mongoc_micro_version - mongoc_interface_age)]) | ||
m4_define([lt_revision], [mongoc_interface_age]) | ||
m4_define([lt_age], [m4_eval(mongoc_binary_age - mongoc_interface_age)]) | ||
|
||
m4_define([libbson_required_version], [1.0.1]) | ||
m4_define([libbson_required_version], [1.0.0]) | ||
|
||
m4_define([sasl_required_version], [2.1.6]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters