home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tcl2-73c.zip / tcl7.3 / patchlevel.h < prev    next >
Text File  |  1993-11-21  |  328b  |  12 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.  
  11. #define TCL_PATCH_LEVEL 106
  12.