version.tcl

来自「Tornado 2.0.2 source code!vxworks的源代码」· TCL 代码 · 共 23 行

TCL
23
字号
# VERSION.TCL - contains the setup's version string.## Copyright 1984-1997 Wind River Systems, Inc## modification history:# ---------------------# 03s,20aug98,wmd  v2.0: new release for Tornado 2.0.# 01d,17mar98,pdn  v1.4: fixed MULTIPLE_VERSION logic to conform to the #                        design spec.# 01c,07jan98,pdn  v1.3: allowed SETUP to continue even BAD_CD_REVISION message#                        is returned.# 01b,07jan98,pdn  v1.2: added a list of overwriten files to the setup.log.# 01a,12aug97,pdn  v1.1: started tracking modification of the SETUP script.## Note: When modifying any of the setup script/binary/dll, a version increase# is required.  The first digit specifies a major modification, and the second# one specifies a minor modification.## This version number will be recorded in the setup.log.#set setupVals(version) "SETUP-2.0"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?