Overview
Comment: | Teaparty 0.9.3.x |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 41aeab99df1919d68f0f6351ca4f84411b554d26 |
User & Date: | rkeene on 2009-09-24 09:50:08 |
Other Links: | manifest | tags |
Context
2010-02-05
| ||
00:30 | Added build script for TLS check-in: f19aa5ddf2 user: rkeene tags: trunk | |
2009-09-24
| ||
09:50 | Teaparty 0.9.3.x check-in: 41aeab99df user: rkeene tags: trunk | |
2009-09-18
| ||
11:33 | Updated documentation to indicate how to use new feature check-in: 26f233292e user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [69b114be89] to [1a4d91e7ad].
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.9.2.@@SVNLCR@@"
# 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.9.3.@@SVNLCR@@"
# 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
|