home *** CD-ROM | disk | FTP | other *** search
/ IRIS Development Option 6.2 / IRIS_Development_Option_6.2_814-0478-001.iso / dist / sgitcl_dev.idb / usr / sgitcl / include / patchlevel.h.z / patchlevel.h
Text File  |  1996-03-14  |  904b  |  24 lines

  1. /*
  2.  * patchlevel.h --
  3.  *
  4.  * This file does nothing except define a "patch level" for Tcl.
  5.  * The patch level has the form "X.YpZ" where X.Y is the base
  6.  * release, and Z is a serial number that is used to sequence
  7.  * patches for a given release.  Thus 7.4p1 is the first patch
  8.  * to release 7.4, 7.4p2 is the patch that follows 7.4p1, and
  9.  * so on.  The "pZ" is omitted in an original new release, and
  10.  * it is replaced with "bZ" for beta releases.  The patch level
  11.  * ensures that patches are applied in the correct order and only
  12.  * to appropriate sources.
  13.  *
  14.  * Copyright (c) 1993-1994 The Regents of the University of California.
  15.  * Copyright (c) 1994-1995 Sun Microsystems, Inc.
  16.  *
  17.  * See the file "license.terms" for information on usage and redistribution
  18.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  19.  *
  20.  * @(#) patchlevel.h 1.10 95/07/28 10:08:24
  21.  */
  22.  
  23. #define TCL_PATCH_LEVEL "7.4p1"
  24.