Overview
Comment: | KitCreator 0.5.0.x |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.0 |
Files: | files | file ages | folders |
SHA1: | ef2f679de2bbf526deeeab67bbf0c61fe302952a |
User & Date: | rkeene on 2010-10-04 18:36:06 |
Other Links: | manifest | tags |
References
2010-10-05
| ||
02:33 | • Closed ticket [faa590a5fa]: Create KitDLL plus 2 other changes artifact: 6e1653b404 user: rkeene | |
Context
2010-10-05
| ||
02:26 | Updated to ignore symlinks in KitBuild directory check-in: 535e327857 user: rkeene tags: trunk | |
2010-10-04
| ||
18:36 | KitCreator 0.5.0.x check-in: ef2f679de2 user: rkeene tags: trunk, 0.5.0 | |
18:25 | Fixed order of whole-archive checking since GNU ld will succeed and ignore options check-in: 2eebe5c20b user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [26e767cc22] to [3f418dabfa].
12 12 # If set to "auto" it will be maintained in a file called .version 13 13 # in the source directory and the revision will be incremented 14 14 # each time a "makearch" is done. 15 15 # 16 16 # If @@SVNLCR@@ is used anywhere in this version number, it will be 17 17 # replaced with the highest last-changed-rev from the output of 18 18 # svn info -R (or 0) 19 -VERS="0.4.0.@@SVNLCR@@" 19 +VERS="0.5.0.@@SVNLCR@@" 20 20 21 21 # Space sperated list of documents, if they exist, they will be 22 22 # prefixed with the contents of the DOC_HDR file and substitution 23 23 # will occur: 24 24 # @@UTIL@@ becomes the utility name ${UTIL} 25 25 # @@VERS@@ becomes the utility version 26 26 # @@DATE@@ becomes the current date