dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c17183
)
Move to three-part version numbers.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 29 Dec 2002 16:25:45 +0000
(16:25 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 29 Dec 2002 16:25:45 +0000
(16:25 +0000)
include/gedcom.h.in
patch
|
blob
|
history
diff --git
a/include/gedcom.h.in
b/include/gedcom.h.in
index 348baef6b9bcc0145413ccb8c263c287a23d4298..7625ef4075f68515e687f384b85c7bb25a8ff00b 100644
(file)
--- 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)