diff options
author | dgp <dgp@noemail.net> | 2003-03-04 23:45:39 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2003-03-04 23:45:39 (GMT) |
commit | 5e6c86a15b987c405c01fbb5e023761fd9396e1b (patch) | |
tree | b7af161b6d43e4f57e1a16ca62ffb67e760f162e /macosx | |
parent | 86375e32ab9e433c90ec6dc457b0def09c26d4d3 (diff) | |
download | tcl-5e6c86a15b987c405c01fbb5e023761fd9396e1b.zip tcl-5e6c86a15b987c405c01fbb5e023761fd9396e1b.tar.gz tcl-5e6c86a15b987c405c01fbb5e023761fd9396e1b.tar.bz2 |
* README: Bumped version number of
* generic/tcl.h: Tcl to 8.5a0.
* library.init.tcl:
* mac/README:
* macosx/Tcl.pbproj/project.pbxproc:
* tests/basic.test:
* tools/configure.in:
* tools/tcl.hpj.in:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README:
* win/README.binary:
* win/configure.in:
* win/makefile.bc:
* win/makefile.vc:
* win/tcl.m4:
* tools/configure: autoconf
* unix/configure:
* win/configure:
FossilOrigin-Name: a5f8f0d4395b21c76abe76d7f2b9e621886bed3b
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Tcl.pbproj/project.pbxproj | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/macosx/Tcl.pbproj/project.pbxproj b/macosx/Tcl.pbproj/project.pbxproj index 40a9415..3c57697 100644 --- a/macosx/Tcl.pbproj/project.pbxproj +++ b/macosx/Tcl.pbproj/project.pbxproj @@ -98,7 +98,7 @@ ); buildSettings = { EXTRA_CONFIGURE_FLAGS = ""; - FRAMEWORK_VERSION = 8.4; + FRAMEWORK_VERSION = 8.5; INSTALL_PATH = /Library/Frameworks; LIBDIR = "${INSTALL_PATH}/${PRODUCT_NAME}.framework/Versions/${FRAMEWORK_VERSION}"; PRODUCT_NAME = Tcl; @@ -123,7 +123,7 @@ DYLIB_INSTALL_DIR = "${DYLIB_INSTALL_PATH}/${PRODUCT_NAME}.framework/Versions/${FRAMEWORK_VERSION}"; DYLIB_INSTALL_PATH = "${INSTALL_PATH}"; EXTRA_MAKE_FLAGS = ""; - FRAMEWORK_VERSION = 8.4; + FRAMEWORK_VERSION = 8.5; INSTALL_PATH = /Library/Frameworks; PRODUCT_NAME = Tcl; }; @@ -161,7 +161,7 @@ buildSettings = { DSTROOT = "${TEMP_DIR}"; EXTRA_MAKE_INSTALL_FLAGS = ""; - FRAMEWORK_VERSION = 8.4; + FRAMEWORK_VERSION = 8.5; INSTALL_PATH = /Library/Frameworks; LIBDIR = "${INSTALL_PATH}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/Versions/${FRAMEWORK_VERSION}"; PRODUCT_NAME = Tcl; @@ -184,7 +184,7 @@ <key>CFBundleExecutable</key> <string>Tcl</string> <key>CFBundleGetInfoString</key> - <string>Tcl Library 8.4, Copyright © 2002 Tcl Core Team. + <string>Tcl Library 8.5, Copyright © 2002 Tcl Core Team. MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright © 2001-2002, Apple Computer, Inc.</string> <key>CFBundleIconFile</key> <string></string> @@ -193,15 +193,15 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright  <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>Tcl Library 8.4</string> + <string>Tcl Library 8.5</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>8.4.2</string> + <string>8.5a0</string> <key>CFBundleSignature</key> <string>Tcl </string> <key>CFBundleVersion</key> - <string>8.4.2</string> + <string>8.5a0</string> </dict> </plist> "; @@ -475,8 +475,8 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright  }; F53ACC5C031D9D11016F146B = { isa = PBXExecutableFileReference; - name = tclsh8.4; - path = ../../build/tclsh8.4; + name = tclsh8.5; + path = ../../build/tclsh8.5; refType = 2; }; F53ACC73031DA405016F146B = { |