Overview
| Comment: | tcc4tcl 0.11 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 0.11 |
| Files: | files | file ages | folders |
| SHA1: |
d685bad77a2c7b980e6d4fe2a81937e7 |
| User & Date: | rkeene on 2014-05-18 21:05:51.337 |
| Other Links: | manifest | tags |
Context
|
2014-05-20
| ||
| 20:15 | Updated to set CPPFLAGS separately form CFLAGS check-in: 8ef4137624 user: rkeene tags: trunk | |
|
2014-05-18
| ||
| 21:05 | tcc4tcl 0.11 check-in: d685bad77a user: rkeene tags: trunk, 0.11 | |
| 21:05 | Win64 build fixes check-in: e89c02337a user: rkeene tags: trunk | |
Changes
Modified build/makearch.info
from [5bbea10436]
to [4f007dc901].
| ︙ | ︙ | |||
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.11"
# 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
|
| ︙ | ︙ |