File: VERSION

package info (click to toggle)
plotutils 2.4.1-15
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,072 kB
  • ctags: 6,952
  • sloc: ansic: 76,305; cpp: 12,402; sh: 8,475; yacc: 2,604; makefile: 894; lex: 144
file content (15 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Libplot has its own versioning scheme, independent of the scheme used for
numbering the releases of the plotutils package.  The version of libplot in
this directory is 4.1, age=2.  That means

	interface number = 4
	revision = 1
	
	Support for interfaces extending backward by 2 unit from current
	interface number, i.e., support for the interfaces supplied by
	libplot 2.x and libplot 3.x.

The libplot 1.x interface is not supported, because its function names did
not use the "pl_" prefix.  However, if you add a `#include <plotcompat.h>'
directive to code written for libplot 1.x or for the ancient pre-GNU (Unix)
libplot, it should be possible to link it with the current version.