Check-in [b5c3178c33]
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: b5c3178c3348759136e21a6430f9bd705cef5cfe2d1d806af6cd44fe05155ee4
User & Date: rkeene on 2018-07-10 20:01:30
Other Links: manifest | tags
Context
2018-07-10
20:04
Describe the example in the man page check-in: f51a75c1aa user: rkeene tags: trunk
20:01
Post-release version increment check-in: b5c3178c33 user: rkeene tags: trunk
19:57
Fixed several spelling issues check-in: 34bbbfa2fb user: rkeene tags: trunk
Changes

Modified configure.ac from [e0fd0d4949] to [fe9fed8b62].

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

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.1)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE