2.2.1.1.5 version_t

The version_t structure specifies the major and minor version numbers of the run-time protocols supported by the server, as specified in [C706].

 typedef struct _version_t {
   unsigned char major;
   unsigned char minor;
 } version_t,
  *Pversion_t;