Differences From Artifact [6f4bbe70f3]:
- File megatest-version.scm — part of check-in [e5bf9db624] at 2020-05-01 22:45:33 on branch v1.65-broken — Updated megatest version (user: jmoon18, size: 919) [annotate] [blame] [check-ins using]
To Artifact [d6c237db6e]:
- File megatest-version.scm — part of check-in [3bd95bc26b] at 2020-05-10 04:26:00 on branch v1.65-broken — Make trim-trailing-spaces the default, updated manual, bumped version to v1.6548 (user: matt, 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.6548) |