home *** CD-ROM | disk | FTP | other *** search
- /*
- * patchlevel.h --
- *
- * This file does nothing except define a "patch level" for Tk.
- * The patch level is an integer that increments with each new
- * release or patch release. It's used to make sure that Tk
- * patches are applied in the correct order and only to appropriate
- * sources.
- *
- * The #define below makes the patch level available from within
- * Tk via the tk_patchlevel variable. The official level used by the
- * "patch" program is immediately below. It must use the same number
- * as the #define.
- * PatchLevel200
- */
-
- #define TK_PATCH_LEVEL 200
-