Point release fixing the CMake project version, which was left at 1.3.1 in the v1.3.2 release, so installed shared libraries carried stale VERSION metadata (e.g. libnetcode.1.3.1.dylib inside a 1.3.2 package). No library code changes; wire protocol unchanged.
project(netcode VERSION 1.3.3)— shared libraries built with-DBUILD_SHARED_LIBS=ONnow carry VERSION/SOVERSION metadata matching the release.
Full history: v1.3.2...v1.3.3