VERSION 686 B

12345678910111213141516
  1. Libplot has its own versioning scheme, independent of the scheme used for
  2. numbering the releases of the plotutils package. The version of libplot in
  3. this directory is 4.4, age=2. That means
  4. interface number = 4
  5. revision = 4
  6. Support for interfaces extending backward by 2 unit from current
  7. interface number, i.e., support for the interfaces supplied by
  8. libplot 2.x and libplot 3.x.
  9. The libplot 1.x interface is not supported, because its function names did
  10. not use the "pl_" prefix. However, if you add a `#include <plotcompat.h>'
  11. directive to code written for libplot 1.x or for the ancient pre-GNU (Unix)
  12. libplot, it should be possible to link it with the current version.