Releasing version 0.7.1

This commit is contained in:
Nirgal Vourgère 2013-10-13 10:51:24 +02:00 committed by Jean-Michel Vourgère
parent 1213f84859
commit f8ce1cccd4
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -1,6 +1,6 @@
Version 0.7.1
=============
autogen.sh is no more. Use "autoreconf" -if to bootstrap the configuration.
autogen.sh is no more. Use "autoreconf -if" to bootstrap the configuration.
autoconf/automake has been updated to more recent standards.
- config.guess config.sub depcomp install-sh ltmain.sh missing ylwrap

2
README
View File

@ -1,4 +1,4 @@
This is mdbtools version 0.7
This is mdbtools version 0.7.1
Welcome to the exciting world of MDB Tools! In short, MDB Tools is a set of
programs to help you use Microsoft Access file in various settings. The major

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([mdbtools],[0.7],[mdbtools-dev@lists.sourceforge.net])
AC_INIT([mdbtools],[0.7.1],[mdbtools-dev@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)