Overview
| Comment: | tcc4tcl 0.23 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 0.23 |
| Files: | files | file ages | folders |
| SHA1: |
e5a7a25b3866b5aaed146915d28239b0 |
| User & Date: | rkeene on 2014-08-31 19:44:16.396 |
| Other Links: | manifest | tags |
Context
|
2014-11-14
| ||
| 22:03 | Added support for a Tcl_Obj* for ClientData in linktclcommand check-in: 7572a36e73 user: auriocus tags: trunk | |
|
2014-08-31
| ||
| 19:44 | tcc4tcl 0.23 check-in: e5a7a25b38 user: rkeene tags: trunk, 0.23 | |
| 19:43 | Updated to support MUSL better check-in: 4d18f784a8 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info
from [1979b41703]
to [f54d166d0c].
| ︙ | ︙ | |||
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.23"
# 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
|
| ︙ | ︙ |