Overview
| Comment: | Tcl Nano 1.2 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | 1.2 |
| Files: | files | file ages | folders |
| SHA3-256: |
48865723dae76ac305ee9d16d66a74b2 |
| User & Date: | rkeene on 2018-12-08 22:35:38.642 |
| Other Links: | manifest | tags |
Context
|
2018-12-08
| ||
| 23:13 | Post-release version increment check-in: 11a9f86263 user: rkeene tags: trunk | |
| 22:35 | Tcl Nano 1.2 check-in: 48865723da user: rkeene tags: trunk, 1.2 | |
| 22:29 | Fixed formatting of README when rendered check-in: 1cf03b9628 user: rkeene tags: trunk | |
Changes
Modified configure.ac
from [9c6824186e]
to [a2313d40d4].
1 | dnl Define ourselves | | | 1 2 3 4 5 6 7 8 9 | dnl Define ourselves AC_INIT(tcl-nano, 1.2) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL AC_GNU_SOURCE |
| ︙ | ︙ |