Differences From Artifact [2199621c50]:
- File megatest-version.scm — part of check-in [7c08813c70] at 2020-11-06 15:33:56 on branch v1.65 — Updated megatest version to 1.6578 (user: mmgraham, size: 922) [annotate] [blame] [check-ins using]
To Artifact [b4d2006c23]:
- File megatest-version.scm — part of check-in [305d72c734] at 2020-12-12 15:58:55 on branch v1.65 — changed irerun logfile names and tarfile names to matchi each other. added .so files to support dashboard on sles12. Changed version to v16578. (user: mmgraham, size: 922) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
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.6579) |