Differences From Artifact [c33ef84182]:
- File megatest-version.scm — part of check-in [5b46e5fdf9] at 2020-06-16 12:10:31 on branch v1.65 — bumped version, merged fork (user: mmgraham, size: 919) [annotate] [blame] [check-ins using] [more...]
To Artifact [0b51a1301e]:
- File megatest-version.scm — part of check-in [3c2cad2a4d] at 2020-07-02 11:42:26 on branch v1.65 — fixe for end of run detection when last test is dead or dnr and remove runs without data (user: pjhatwal, size: 919) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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.6554) |