lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

Use higher version numbers in example #84

Closed jspricke closed 6 years ago

jspricke commented 6 years ago

Running abi-dumper -lver 0 gives: WARNING: module version is not specified (-lver NUM).

lvc commented 6 years ago

Let's fix this in the https://github.com/lvc/abi-dumper project too.

lvc commented 6 years ago

See https://github.com/lvc/abi-dumper/commit/2e36adb275378115cc23c85fe6ffc9c21b58a570

Thank you.