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