Changeset 20:1f71fb169917 in finroc_plugins_network_transport
- Timestamp:
- 14.05.2017 13:24:10 (7 years ago)
- Branch:
- 17.03
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic_protocol/definitions.h
r19 r20 62 62 /*! Protocol version */ 63 63 enum { cPROTOCOL_VERSION_MAJOR = 1 }; // Major protocol version: Relevant for communication compatibility among peers 64 enum { cPROTOCOL_VERSION_MINOR = 1703 31 }; // Minor protocol version: Relevant for optional communication features among peers (may break compatibility with outdated tooling). Identical to release version number encoded in serialization info (YYMMDD).64 enum { cPROTOCOL_VERSION_MINOR = 1703 }; // Minor protocol version: Relevant for optional communication features among peers (may break compatibility with outdated tooling). Identical to release version number encoded in serialization info (YYMM). 65 65 66 66 /*!
Note: See TracChangeset
for help on using the changeset viewer.