Overview
Comment: | KitCreator 0.6.2 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.6.2 |
Files: | files | file ages | folders |
SHA1: | dfa672b310caac402ed665fecbce55683c16c3a7 |
User & Date: | rkeene on 2012-10-08 19:42:52 |
Other Links: | manifest | tags |
Context
2012-10-08
| ||
20:25 | Added support for building TDBC, TDBCsqlite3, sqlite3 in newer Fossil builds check-in: 1f8799a81a user: rkeene tags: trunk | |
19:42 | KitCreator 0.6.2 check-in: dfa672b310 user: rkeene tags: trunk, 0.6.2 | |
19:40 | Updated to hide distclean output check-in: 7c0261e55c user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [47063768f9] to [c26d2cca76].
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.6.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.6.2"
# 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
|