Differences From Artifact [0ac622c7df]:
- File megatest-version.scm — part of check-in [50f33a00a7] at 2012-11-02 13:19:20 on branch trunk — Made repl use non-blocking client mode (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [4bf7ad110a]:
- File megatest-version.scm — part of check-in [5f757480e6] at 2012-11-02 17:36:08 on branch trunk — Added interface to the monitor db and appropriate handling thereof. (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.5106) |