Files
dpm-core-ng/CMakeLists.txt
Christopher M. Punches b641318663 Store the version in version.cpp and group the library under src/core
libdpm-core.so's version was reaching the source as a compile-line
definition, with a fallback in two translation units that would have let
the library build and report 0.0.0 if the build ever stopped supplying
it. The version is a literal in src/core/version.cpp, the file named for
it, alongside dpm_core_version() which returns it and the parser for the
X.Y.Z strings modules report.

The library's sources and its version script move to src/core, leaving
src/cli, src/bundled-modules, and the documentation source beside it.
2026-08-15 22:57:46 -04:00

11 KiB