patchlevel.h
This file does nothing except define a "patch level" for Tkpvm.
The patch level has the form "X.YpZ" where X.Y is the base
release, and Z is a serial number that is used to sequence
patches for a given release. Thus 1.0p1 is the first patch
to release 1.0, 1.0p2 is the patch that follows 1.0p1, and
so on.
The "pZ" is omitted in an original new release, and
it is replaced with "bZ" for beta releases (e.g. 1.0b3 is the
third beta release of tkPvm 1.0). The patch level ensures that
patches are applied in the correct order and only to appropriate
sources.
/* patchlevel.h */
#define TKPVM_PATCHLEVEL "1.1"
written by J.
Nijtmans for the
project