open-power / pdbg

PowerPC FSI Debugger
Apache License 2.0
16 stars 39 forks source link

Implement libpdbg symbol versioning #46

Closed frediz closed 4 years ago

frediz commented 4 years ago

Sync library version with current Debian's version of libpdbg for release 2.4

Note : this would imply to properly manage the library versioning from now on, especially every time the interface changes : https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

Signed-off-by: Frédéric Bonnard frediz@debian.org

apopple commented 4 years ago

Thanks @frediz , that reference is good. I've merged this now and hopefully correctly updated the symbol versions correctly.