home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tcl7.0b1 / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-18  |  539 b   |  17 lines

  1. /*
  2.  * patchlevel.h --
  3.  *
  4.  * This file does nothing except define a "patch level" for Tcl.
  5.  * The patch level is an integer that increments with each new
  6.  * release or patch release.  It's used to make sure that Tcl
  7.  * patches are applied in the correct order and only to appropriate
  8.  * sources.
  9.  *
  10.  * The #define below makes the patch level available from within
  11.  * Tcl.  The official level used by the "patch" program is immediately
  12.  * below.  It must use the same number as the #define.
  13.  * PatchLevel100
  14.  */
  15.  
  16. #define TCL_PATCH_LEVEL 100
  17.