Check-in [d99ec4f80e]
Overview
Comment:tcc4tcl 0.14
Timelines: family | ancestors | descendants | both | trunk | 0.14
Files: files | file ages | folders
SHA1: d99ec4f80ee8af50bf958c4826dfca1c10f3065e
User & Date: rkeene on 2014-05-22 16:59:57.157
Other Links: manifest | tags
Context
2014-05-22
17:18
tcc4tcl 0.15 -- updated to default to providing dlopen unless --without-dlopen is requested check-in: 0ca601053b user: rkeene tags: trunk, 0.15
16:59
tcc4tcl 0.14 check-in: d99ec4f80e user: rkeene tags: trunk, 0.14
16:59
Corrected path seperator on Windows check-in: a6d7a98041 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.13"
VERS="0.14"

# 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