Changeset 20:1f71fb169917 in finroc_plugins_network_transport


Ignore:
Timestamp:
14.05.2017 13:24:10 (7 years ago)
Author:
Max Reichardt <mreichardt@…>
Branch:
17.03
Phase:
public
Message:

Adapts to changes in rrlib_serialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic_protocol/definitions.h

    r19 r20  
    6262/*! Protocol version */ 
    6363enum { cPROTOCOL_VERSION_MAJOR = 1 };      // Major protocol version: Relevant for communication compatibility among peers 
    64 enum { cPROTOCOL_VERSION_MINOR = 170331 }; // 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). 
     64enum { 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). 
    6565 
    6666/*! 
Note: See TracChangeset for help on using the changeset viewer.