Overview
Comment: | tcc4tcl 0.9 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.9 |
Files: | files | file ages | folders |
SHA1: |
21f45d469dec53e01ed081b442ed49e9 |
User & Date: | rkeene on 2014-05-17 06:17:33 |
Other Links: | manifest | tags |
Context
2014-05-17
| ||
16:42 | Updated how headers are copied check-in: 82f7cb92d4 user: rkeene tags: trunk | |
06:17 | tcc4tcl 0.9 check-in: 21f45d469d user: rkeene tags: trunk, 0.9 | |
06:15 | More android fixes check-in: 870c068689 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [c66478a772] to [35eee87442].
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.8"
# 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.9"
# 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
|