Overview
Comment: | changed version to 1.7012 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70 |
Files: | files | file ages | folders |
SHA1: |
b44fc61aa6fa3c324f2b9e98481db0bd |
User & Date: | mmgraham on 2023-02-14 14:25:37 |
Other Links: | branch diff | manifest | tags |
Context
2023-02-14
| ||
16:27 | Fixed a typo in a message check-in: a20dc6074b user: mmgraham tags: v1.70 | |
14:25 | changed version to 1.7012 check-in: b44fc61aa6 user: mmgraham tags: v1.70 | |
2023-01-31
| ||
16:10 | Copied dashboard speedup changes from checkin 51ee5bb785 and added handling for failed glob check-in: ad100ae4c2 user: mmgraham tags: v1.70 | |
Changes
Modified megatest-version.scm from [4c5d00aa0d] to [b97d917168].
︙ | ︙ | |||
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.7012) |