Overview
Comment: | tcc4tcl 0.18 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a8b14ae0a1b19708fd9438574a9ad4c9 |
User & Date: | rkeene on 2014-06-15 20:11:21 |
Other Links: | manifest | tags |
Context
2014-06-16
| ||
01:44 | Updated to install DLL source code check-in: e13bdc3fcc user: rkeene tags: trunk | |
2014-06-15
| ||
20:11 | tcc4tcl 0.18 check-in: a8b14ae0a1 user: rkeene tags: trunk | |
20:08 | Added test case for multiple arguments check-in: f2439e25b6 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [f6b4080520] to [13ed3a2c4b].
13 13 # If set to "auto" it will be maintained in a file called .version 14 14 # in the source directory and the revision will be incremented 15 15 # each time a "makearch" is done. 16 16 # 17 17 # If @@SVNLCR@@ is used anywhere in this version number, it will be 18 18 # replaced with the highest last-changed-rev from the output of 19 19 # svn info -R (or 0) 20 -VERS="0.17" 20 +VERS="0.18" 21 21 22 22 # Space sperated list of documents, if they exist, they will be 23 23 # prefixed with the contents of the DOC_HDR file and substitution 24 24 # will occur: 25 25 # @@UTIL@@ becomes the utility name ${UTIL} 26 26 # @@VERS@@ becomes the utility version 27 27 # @@DATE@@ becomes the current date