annotate include/freeDiameter/version.h.in @ 1240:0420ccc4671a

Add a counter for the sent requests for which we did not wait for an answer. It might be relevant this value contributes to the load estimate of the remote peer, but it is not very reliable
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 10 Oct 2013 16:30:55 +0200
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"