Overview
Comment: | changed version to 1.6587 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
c9265361eb82f5479c95f39a5f1a4bd5 |
User & Date: | mmgraham on 2021-07-14 12:02:48 |
Other Links: | branch diff | manifest | tags |
Context
2021-07-22
| ||
14:34 | Changed the propagate-exit-code option to be a boolean, under setup check-in: 19393196c4 user: mmgraham tags: v1.65, v1.6587 | |
2021-07-14
| ||
12:02 | changed version to 1.6587 check-in: c9265361eb user: mmgraham tags: v1.65 | |
12:01 | Moved 2 messages debug level 0 -> 2 check-in: 8bad485da4 user: mmgraham tags: v1.65 | |
Changes
Modified megatest-version.scm from [8cac3286ec] to [f0f2d56358].
︙ | ︙ | |||
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.6587) |