Differences From Artifact [24437845eb]:
- File megatest-version.scm — part of check-in [99ca17a0cc] at 2013-04-22 16:38:28 on branch development — Fixed issue with server record not reflecting actual server when have port collisions. (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [a6faf256ba]:
- File megatest-version.scm — part of check-in [be36b8399e] at 2013-05-08 10:58:58 on branch v1.54 — Improved timeout handling in client/server communication (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
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.5423) |