Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-modularization |
Files: | files | file ages | folders |
SHA1: |
1519ed155c9c1400fd579bc02cb50e1c |
User & Date: | matt on 2018-04-10 01:05:45 |
Other Links: | branch diff | manifest | tags |
Context
2018-04-16
| ||
00:15 | Moving src/mt*scm to modules in opensrc. Leaf check-in: 64c9c79a95 user: matt tags: v1.65-modularization | |
2018-04-10
| ||
01:05 | Bumped version check-in: 1519ed155c user: matt tags: v1.65-modularization | |
01:02 | Fixed remaining fallout from the refactor check-in: 5fb5dbfbf7 user: matt tags: v1.65-modularization | |
Changes
Modified megatest-version.scm from [1abdf0d47d] to [12d8dd76bb].
︙ | ︙ | |||
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 24 | ;; 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.6601) |