Overview
Comment: | tcc4tcl 0.29 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.29 |
Files: | files | file ages | folders |
SHA1: |
8c41429bfcede381de53ba15cf8f62cd |
User & Date: | rkeene on 2017-01-08 06:14:21 |
Other Links: | manifest | tags |
Context
2017-10-13
| ||
17:59 | Updated not produce an error if we cannot load the tcc4tcl shared object since it is possible to use the Tcl-only portion check-in: d1b6ddb9a1 user: rkeene tags: trunk | |
2017-01-08
| ||
06:14 | tcc4tcl 0.29 check-in: 8c41429bfc user: rkeene tags: trunk, 0.29 | |
06:13 | Unexport generic "new" command check-in: 5de78d18ca user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [094111f084] to [f99b7196f5].
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
# svn info -R (or 0)
VERS="0.28"
# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
# @@UTIL@@ becomes the utility name ${UTIL}
# @@VERS@@ becomes the utility version
# @@DATE@@ becomes the current date
|
| |
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
# svn info -R (or 0)
VERS="0.29"
# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
# @@UTIL@@ becomes the utility name ${UTIL}
# @@VERS@@ becomes the utility version
# @@DATE@@ becomes the current date
|