From: Peter Verthez Date: Sun, 29 Dec 2002 16:25:45 +0000 (+0000) Subject: Move to three-part version numbers. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=564afa1b54fc6155d30f1235d1772b185736d507;p=gedcom-parse.git Move to three-part version numbers. --- diff --git a/include/gedcom.h.in b/include/gedcom.h.in index 348baef..7625ef4 100644 --- a/include/gedcom.h.in +++ b/include/gedcom.h.in @@ -37,7 +37,7 @@ 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_PATCH @VERSION_PATCH@ #define GEDCOM_PARSE_VERSION \ (GEDCOM_PARSE_VERSION_MAJOR * 1000 + GEDCOM_PARSE_VERSION_MINOR)