archie/tcl7.3/patchlevel.h

12 lines
328 B
C
Raw Normal View History

2024-05-27 16:13:40 +02:00
/*
* 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.
*/
#define TCL_PATCH_LEVEL 106