Overview
Comment: | Updated version file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6518 |
Files: | files | file ages | folders |
SHA1: |
c066b7977151553d9ec37f5db8eb3776 |
User & Date: | jmoon18 on 2018-12-19 15:50:55 |
Other Links: | branch diff | manifest | tags |
Context
2019-01-02
| ||
17:53 | fixed compilation of megatest.scm missing ftail check-in: 8fddfd8f37 user: bjbarcla tags: v1.65 | |
2018-12-19
| ||
15:50 | Updated version file check-in: c066b79771 user: jmoon18 tags: v1.65, v1.6518 | |
15:48 | Fixed area-script trigger in mtutil to apply contour options to script check-in: 738e6abeed user: jmoon18 tags: v1.65, v1.6518 | |
Changes
Modified megatest-version.scm from [d17e7ccee3] to [ec561091c3].
︙ | ︙ | |||
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.6518) |