Check-in [11a9f86263]
Overview
Comment:Post-release version increment
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 11a9f8626332b5f7b3b80aa6b9da39fac8657e9c0a4b1729354e59c5a1770c57
User & Date: rkeene on 2018-12-08 23:13:52
Other Links: manifest | tags
Context
2018-12-09
01:51
Fixed package name check-in: 0ef392fc53 user: rkeene tags: trunk
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
Changes

Modified configure.ac from [a2313d40d4] to [ce621dc2b7].

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


|







1
2
3
4
5
6
7
8
9
dnl Define ourselves
AC_INIT(tcl-nano, 1.3)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE