annotate include/freeDiameter/version.h.in @ 1519:64191a7142ce

Add 3GPP TS 29.389 V15.1.0 (2019-09) Add AVPs: - V2X-Authorization-Data, Grouped, code 4700, section 6.3.2 - V2X-Permission-in-VPLMN, Unsigned32, code 4701, section 6.3.3 - V2X-Application-Server, Grouped, code 4702, section 6.3.4 Fix: All AVPs were missing M and V; assume MUST for both.
author Luke Mewburn <luke@mewburn.net>
date Thu, 09 Apr 2020 10:54:52 +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"