annotate include/freeDiameter/version.h.in @ 1300:3f1e79e1273e

Added new callbacks in the derived types definitions to improve value checks during message parsing. Thanks Ranjith for the suggestion.
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 30 Aug 2015 01:11:55 +0800
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"