diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-26 21:42:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-26 21:42:04 (GMT) |
commit | 816780ff7b5566020f5e676eb6ca0e77c6347e41 (patch) | |
tree | 277b26149a1a22e4892fa023d9356b0c65b19053 /generic/tclOO.h | |
parent | d979bd019aca7a87ce8bb62692fb3ebb66ff0117 (diff) | |
download | tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.zip tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.tar.gz tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.tar.bz2 |
Added dummy tclooConfig.sh files for easier cross-version building. [2026844]
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r-- | generic/tclOO.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index 7bcb4a7..85bc514 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclOO.h,v 1.7 2008/11/01 08:05:49 dkf Exp $ + * RCS: @(#) $Id: tclOO.h,v 1.8 2009/09/26 21:42:05 dkf Exp $ */ #ifndef TCLOO_H_INCLUDED @@ -25,7 +25,11 @@ /* * Be careful when it comes to versioning; need to make sure that the - * standalone TclOO version matches... + * standalone TclOO version matches. Also make sure that this matches the + * version in the files: + * + * unix/tclooConfig.sh + * win/tclooConfig.sh */ #define TCLOO_VERSION "0.6.1" |