Skip to content

Stable Release

Latest

Choose a tag to compare

@gafferongames gafferongames released this 10 Jul 05:37
47ef7eb

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=ON now carry VERSION/SOVERSION metadata matching the release.

Full history: v1.3.2...v1.3.3