Overview
Comment: | KitCreator 0.12.0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.12.0 |
Files: | files | file ages | folders |
SHA1: | b97ca4d43fbd11e243ece0a8e09470be94e9aa14 |
User & Date: | rkeene on 2020-01-22 18:45:28 |
Other Links: | manifest | tags |
Context
2020-01-22
| ||
18:53 | Add release information to the TclPKCS11 and TclLuX modules check-in: c90c17ac3b user: rkeene tags: trunk | |
18:45 | KitCreator 0.12.0 check-in: b97ca4d43f user: rkeene tags: trunk, 0.12.0 | |
18:44 | Delete incomplete files check-in: 0bc476af1b user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [4451450163] to [fd4e6aee67].
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.11.1"
# 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.12.0"
# 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
|