annotate include/freeDiameter/version.h.in @ 1534:c83e60f28632

dict_dcca_3gpp: simplify rule creation Refactor local_rules_definition to simplify rule creation (to avoid c99 struct initialisers that result in long lines). No change to generated rules.
author Luke Mewburn <luke@mewburn.net>
date Mon, 20 Apr 2020 12:12:42 +1000
parents 7de036e9e8fd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1160
7de036e9e8fd Fix typo.
Thomas Klausner <tk@giga.or.at>
parents: 1159
diff changeset
1 /* Following variable is expended at build time based on the result of "hg id" command */
1159
05f74dc19c49 Include source rev number in version information when available
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
2 #cmakedefine FD_PROJECT_VERSION_HG
05f74dc19c49 Include source rev number in version information when available
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
3 #define FD_PROJECT_VERSION_HG_VAL "@FD_PROJECT_VERSION_HG@"
"Welcome to our mercurial repository"