File: patchlevel.h

package info (click to toggle)
x11iraf 1.2-4
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 13,168 kB
  • ctags: 14,531
  • sloc: ansic: 143,143; makefile: 964; perl: 549; csh: 249; yacc: 247; fortran: 238; tcl: 199; lex: 125; lisp: 88; sh: 23; sed: 6
file content (11 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (6)
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