Check-in [63577d4012]
Overview
Comment:tcc4tcl 0.25
Timelines: family | ancestors | descendants | both | trunk | 0.25
Files: files | file ages | folders
SHA1: 63577d4012131507fee770a4f518bbe0f8bc40fd
User & Date: rkeene on 2016-03-20 08:39:53.259
Other Links: manifest | tags
Context
2016-03-28
14:42
Updated to not keep backup files when patching check-in: f0f28f847f user: rkeene tags: trunk
2016-03-20
08:39
tcc4tcl 0.25 check-in: 63577d4012 user: rkeene tags: trunk, 0.25
08:23
Better attempt at handling dlclose() on Win32 for static builds check-in: a5d3b172d5 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.24"
VERS="0.25"

# 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