Check-in [a86f876ef8]
Overview
Comment:tcc4tcl 0.28
Timelines: family | ancestors | descendants | both | trunk | 0.28
Files: files | file ages | folders
SHA1: a86f876ef8a06a76741c80638293c835d28974ce
User & Date: rkeene on 2016-12-09 14:48:36.055
Other Links: manifest | tags
Context
2017-01-08
06:13
Added a "tcc4tcl::ccommand" command similar to Critcl check-in: d02f5fd83e user: rkeene tags: trunk
2016-12-09
14:48
tcc4tcl 0.28 check-in: a86f876ef8 user: rkeene tags: trunk, 0.28
14:48
Fixed typo causing compiler flags to be used even if not supported check-in: c775cbea62 user: rkeene tags: trunk
Changes
13
14
15
16
17
18
19
20

21
22
23
24
25
26
27
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.27"
VERS="0.28"

# 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