Overview
Comment: | updated version to v1.6585 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6585 |
Files: | files | file ages | folders |
SHA1: |
b665f476b38ab127fea43cd3777dc974 |
User & Date: | mmgraham on 2021-04-29 15:13:10 |
Other Links: | branch diff | manifest | tags |
Context
2021-05-24
| ||
16:42 | restored mtutil go by cherry picking f98a3f9de9, a2de50c3ef, c9fbdc272c and ca42565289 check-in: 6bf1d50b66 user: mmgraham tags: v1.65 | |
2021-04-29
| ||
15:13 | updated version to v1.6585 check-in: b665f476b3 user: mmgraham tags: v1.65, v1.6585 | |
15:11 | reverted the change to condition the call to runs:incremental-print-results on debug 3. This was breaking the subrun test. check-in: 43dabdcf28 user: mmgraham tags: v1.65 | |
Changes
Modified megatest-version.scm from [f92dc46346] to [d7ba57fa32].
︙ | ︙ | |||
16 17 18 19 20 21 22 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. ;; (declare (unit megatest-version)) | | | 16 17 18 19 20 21 22 23 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. ;; (declare (unit megatest-version)) (define megatest-version 1.6585) |