Minix editline v0.1.4

=====================

Last bugfix of include/editline.h did the trick -- now it's all good!
This commit is contained in:
Joachim Nilsson
2008-06-09 00:36:59 +02:00
parent cab8f18472
commit 9a94fc9d4d
2 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(Minix editline, 0.1.3, joachim@vmlinux.org)
AC_INIT(Minix editline, 0.1.4, joachim@vmlinux.org)
AC_CONFIG_SRCDIR([src/editline.c])
AC_CONFIG_HEADER([config.h])