Differences From Artifact [ea84f1a115]:
- File megatest-version.scm — part of check-in [b72e75b4c5] at 2017-08-23 09:41:00 on branch v1.64 — Bump version to v1.6429 (user: mrwellan, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [f7a1ccbc61]:
- File megatest-version.scm — part of check-in [23745b4302] at 2017-09-14 17:10:58 on branch v1.64-keep-running-fix — fixed issue where item gets stuck in keep_waiting status when prerequisite item failed (user: bjbarcla, size: 159) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | ;; 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)) | | | 1 2 3 4 5 6 7 | ;; 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.6431) |