blob: 24e4a0a1b05fe6844c4e8b770224eee920f49017 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* 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
|