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.0b1 is the first 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_PATCH_LEVEL "1.0a1"

written by J. Nijtmans for the MIAMI project