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

  1. /*
  2.  * patchlevel.h --
  3.  *
  4.  * This file does nothing except define a "patch level" for Tk.
  5.  * The patch level is an integer that increments with each new
  6.  * release or patch release.  It's used to make sure that Tk
  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.  * Tk via the tk_patchlevel variable.  The official level used by the
  12.  * "patch" program is immediately below.  It must use the same number
  13.  * as the #define.
  14.  * PatchLevel200
  15.  */
  16.  
  17. #define TK_PATCH_LEVEL 200
  18.