Overview
Comment: | KitCreator 0.5.4 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.4 |
Files: | files | file ages | folders |
SHA1: | e8a7740c04608587ab6f093693f92a10caf05fa6 |
User & Date: | rkeene on 2011-05-01 15:19:57 |
Other Links: | manifest | tags |
Context
2011-05-08
| ||
19:16 | Added basic Incr Tcl test check-in: 36e900cf16 user: rkeene tags: trunk | |
2011-05-01
| ||
15:19 | KitCreator 0.5.4 check-in: e8a7740c04 user: rkeene tags: trunk, 0.5.4 | |
15:17 | Updated to pull "itcl" from core.tcl.tk check-in: 76acd1bd6b user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [cebbe97a7e] to [2ff27f5bab].
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# 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.5.3"
# 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
|
| |
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# 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.5.4"
# 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
|