1 /* -*- c -*- 2 * patchlevel.h -- 3 * 4 * Distributed at MAY-06-2009. 5 * 6 * This file does nothing except to define a "patch level" for TRF. 7 * The patch level has the form "X.YpZ" where X.Y is the base 8 * release, and Z is a serial number that is used to sequence 9 * patches for a given release. Thus 7.4p1 is the first patch 10 * to release 7.4, 7.4p2 is the patch that follows 7.4p1, and 11 * so on. The "pZ" is omitted in an original new release, and 12 * it is replaced with "bZ" ("aZ") for beta resp. alpha releases. 13 * The patch level ensures that patches are applied in the correct 14 * order and only to appropriate sources. 15 * 16 * Copyright (c) 1995 Andreas Kupries (andreas_kupries@users.sourceforge.net). 17 * 18 * See the file "license.terms" for information on usage and redistribution 19 * of this file, and for a DISCLAIMER OF ALL WARRANTIES. 20 * 21 * CVS $Id: patchlevel.h,v 1.5 2009/05/07 05:30:35 andreas_kupries Exp $ 22 */ 23 24 #define TRF_PATCH_LEVEL "2.1.4" 25