Overview
Comment: | tcc4tcl 0.17 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.17 |
Files: | files | file ages | folders |
SHA1: |
d50c5210a01c8cab9c217c7a050b551a |
User & Date: | rkeene on 2014-06-13 02:52:55 |
Other Links: | manifest | tags |
Context
2014-06-13
| ||
04:15 | Updated to support colons in C procedure names check-in: fa96098302 user: rkeene tags: trunk | |
02:52 | tcc4tcl 0.17 check-in: d50c5210a0 user: rkeene tags: trunk, 0.17 | |
02:52 | Updated to include all headers check-in: b871b65c64 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [995918e494] to [f6b4080520].
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.16"
# 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.17"
# 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
|