tcl.h   tcl.h 
skipping to change at line 15 skipping to change at line 15
* of the Tcl interpreter. * of the Tcl interpreter.
* *
* Copyright (c) 1987-1994 The Regents of the University of California. * Copyright (c) 1987-1994 The Regents of the University of California.
* Copyright (c) 1993-1996 Lucent Technologies. * Copyright (c) 1993-1996 Lucent Technologies.
* Copyright (c) 1994-1998 Sun Microsystems, Inc. * Copyright (c) 1994-1998 Sun Microsystems, Inc.
* Copyright (c) 1998-1999 by Scriptics Corporation. * Copyright (c) 1998-1999 by Scriptics Corporation.
* *
* See the file "license.terms" for information on usage and redistribution * See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES. * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
* *
* RCS: @(#) $Id: tcl.h,v 1.57.2.1 1999/09/24 02:01:44 hobbs Exp $ * RCS: @(#) $Id: tcl.h,v 1.57.2.2 1999/10/30 11:05:57 hobbs Exp $
*/ */
#ifndef _TCL #ifndef _TCL
#define _TCL #define _TCL
/* /*
* For C++ compilers, use extern "C" * For C++ compilers, use extern "C"
*/ */
#ifdef __cplusplus #ifdef __cplusplus
skipping to change at line 41 skipping to change at line 41
*/ */
#define TCL_ALPHA_RELEASE 0 #define TCL_ALPHA_RELEASE 0
#define TCL_BETA_RELEASE 1 #define TCL_BETA_RELEASE 1
#define TCL_FINAL_RELEASE 2 #define TCL_FINAL_RELEASE 2
/* /*
* When version numbers change here, must also go into the following files * When version numbers change here, must also go into the following files
* and update the version numbers: * and update the version numbers:
* *
* library/init.tcl (only if major.minor changes, not patchlevel) * library/init.tcl (only if Major.minor changes, not patchlevel) 1 LOC
* unix/configure.in * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch)
* win/configure.in (only if major.minor changes, not patchlevel) * win/configure.in (as above)
* win/makefile.bc (only if major.minor changes, not patchlevel) * win/makefile.vc (not patchlevel) 2 LOC
* win/makefile.vc (only if major.minor changes, not patchlevel) * win/pkgIndex.tcl (not patchlevel, for tclregNN.dll)
* win/pkgIndex.tcl (for tclregNN.dll, not patchlevel) * README (sections 0 and 2)
* README * mac/README (2 LOC)
* mac/README * win/README.binary (sections 0-4)
* win/README.binary * win/README (not patchlevel) (sections 0 and 2)
* win/README (only if major.minor changes, not patchlevel) * unix/README (not patchlevel) (part (h))
* unix/README (only if major.minor changes, not patchlevel) * tests/basic.test (not patchlevel) (version checks)
* tools/tcl.hpj.in (for windows installer) * tools/tcl.hpj.in (not patchlevel, for windows installer)
* tools/tcl.wse.in (for windows installer) * tools/tcl.wse.in (for windows installer)
*/ */
#define TCL_MAJOR_VERSION 8 #define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 2 #define TCL_MINOR_VERSION 2
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
#define TCL_RELEASE_SERIAL 1 #define TCL_RELEASE_SERIAL 2
#define TCL_VERSION "8.2" #define TCL_VERSION "8.2"
#define TCL_PATCH_LEVEL "8.2.1" #define TCL_PATCH_LEVEL "8.2.2"
/* /*
* The following definitions set up the proper options for Windows * The following definitions set up the proper options for Windows
* compilers. We use this method because there is no autoconf equivalent. * compilers. We use this method because there is no autoconf equivalent.
*/ */
#ifndef __WIN32__ #ifndef __WIN32__
# if defined(_WIN32) || defined(WIN32) # if defined(_WIN32) || defined(WIN32)
# define __WIN32__ # define __WIN32__
# endif # endif
 End of changes. 4 change blocks. 
15 lines changed or deleted 15 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/