Overview
Comment: | Bumping version to v1.5517. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 | v1.5517 |
Files: | files | file ages | folders |
SHA1: |
ecd1499a3c13a02e678c91a7db00f719 |
User & Date: | icfadm on 2014-04-07 21:58:37 |
Other Links: | branch diff | manifest | tags |
Context
2014-06-02
| ||
13:42 | Merged from ecd1 on v1.55 into v1.60 check-in: 4ca344415e user: mrwellan tags: v1.60 | |
2014-04-08
| ||
21:33 | try forcing MT_LINKTREE so it is always available check-in: a9874b90d5 user: matt tags: v1.55 | |
2014-04-07
| ||
21:58 | Bumping version to v1.5517. check-in: ecd1499a3c user: icfadm tags: v1.55, v1.5517 | |
18:59 | Don't put out empty string on no value found check-in: 508f94e08b user: matt tags: v1.55 | |
Changes
Modified megatest-version.scm from [292c06b52f] to [34097f8472].
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5517) |