X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2Fgedcom.h.in;h=f9a6bd4ff793e90fa9f156aedaec85f1c70ced30;hb=7cbefaec45b82eb0449465da19d38a89f2ff2cf3;hp=263f9fba4d34055f46943ab1b3088e571bb4769b;hpb=92e0840a09f9226d81a22aae95aa7f7d10f3d316;p=gedcom-parse.git diff --git a/include/gedcom.h.in b/include/gedcom.h.in index 263f9fb..f9a6bd4 100644 --- a/include/gedcom.h.in +++ b/include/gedcom.h.in @@ -37,9 +37,12 @@ extern "C" { #define GEDCOM_PARSE_VERSION_MAJOR @VERSION_MAJOR@ #define GEDCOM_PARSE_VERSION_MINOR @VERSION_MINOR@ +#define GEDCOM_PARSE_VERSION_PATCH 0 #define GEDCOM_PARSE_VERSION \ (GEDCOM_PARSE_VERSION_MAJOR * 1000 + GEDCOM_PARSE_VERSION_MINOR) +int gedcom_check_version(int major, int minor, int patch); + /**************************************************************************/ /*** First the records and elements to subscribe upon ***/ /**************************************************************************/