Overview
| Comment: | tcc4tcl 0.26 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 0.26 |
| Files: | files | file ages | folders |
| SHA1: |
722e4d134f86f40c15fec9e2923d64e1 |
| User & Date: | rkeene on 2016-03-28 14:53:38.908 |
| Other Links: | manifest | tags |
Context
|
2016-03-28
| ||
| 14:57 | Ticket [cc1af09637]: Add additional subcommands to error message check-in: 7edb5d1dd6 user: rkeene tags: trunk | |
| 14:53 | tcc4tcl 0.26 check-in: 722e4d134f user: rkeene tags: trunk, 0.26 | |
| 14:48 | Updated to try harder to determine the cross-tools prefix check-in: ade7e2c795 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info
from [8edc6eb5aa]
to [008269e419].
| ︙ | ︙ | |||
13 14 15 16 17 18 19 | # 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) | | | 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.26"
# 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
|
| ︙ | ︙ |