Skip to content

v13.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:00
94b9672
v13.0.3: fix pdo-fbird split package self-contained

The pdo-fbird PIE package (satwareAG/pdo-fbird) failed to build because
its source files used #include "../xxx.h" referencing parent headers
that don't exist in the split repo. This release bundles the shared
headers into pdo_fbird/ making it self-contained.

pie install satwareag/pdo-fbird now works.