summaryrefslogtreecommitdiff
path: root/contrib/tcl/generic/patchlevel.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-07-25 19:27:56 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-07-25 19:27:56 +0000
commitd7dfa50e56a18c9f7cd7488afd378d527ba02190 (patch)
tree49a304fd5f73af631d3f65c3ba7419ec2ded313b /contrib/tcl/generic/patchlevel.h
parent3d33409926539d866dcea9fc5cb14113b312adf0 (diff)
Notes
Diffstat (limited to 'contrib/tcl/generic/patchlevel.h')
-rw-r--r--contrib/tcl/generic/patchlevel.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/tcl/generic/patchlevel.h b/contrib/tcl/generic/patchlevel.h
deleted file mode 100644
index c755edec4901e..0000000000000
--- a/contrib/tcl/generic/patchlevel.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * patchlevel.h --
- *
- * This file does nothing except define a "patch level" for Tcl.
- * The patch level has the form "X.YpZ" where X.Y is the base
- * release, and Z is a serial number that is used to sequence
- * patches for a given release. Thus 7.4p1 is the first patch
- * to release 7.4, 7.4p2 is the patch that follows 7.4p1, and
- * so on. The "pZ" is omitted in an original new release, and
- * it is replaced with "bZ" for beta releases or "aZ for alpha
- * releases. The patch level ensures that patches are applied
- * in the correct order and only to appropriate sources.
- *
- * Copyright (c) 1993-1994 The Regents of the University of California.
- * Copyright (c) 1994-1996 Sun Microsystems, Inc.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * SCCS: @(#) patchlevel.h 1.18 96/07/17 14:17:33
- */
-
-#define TCL_PATCH_LEVEL "7.5p1"