comparison configure.ac @ 3655:4e4b0a0b5d0e

bump version to 0.0.29
author John W. Eaton <jwe@octave.org>
date Tue, 08 Jul 2014 10:20:19 -0400
parents 154b7f3af5eb
children 5037295b2e89
comparison
equal deleted inserted replaced
3654:72a348a77be4 3655:4e4b0a0b5d0e
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_PREREQ([2.62]) 3 AC_PREREQ([2.62])
4 AC_INIT([MXE-Octave], [0.0.28], [http://octave.org/bugs.html], [mxe-octave]) 4 AC_INIT([MXE-Octave], [0.0.29], [http://octave.org/bugs.html], [mxe-octave])
5 5
6 AC_CONFIG_SRCDIR([src/octave.mk]) 6 AC_CONFIG_SRCDIR([src/octave.mk])
7 AC_CONFIG_AUX_DIR([tools]) 7 AC_CONFIG_AUX_DIR([tools])
8 8
9 ### Check for bootstrap tools. This list is probably not complete yet. 9 ### Check for bootstrap tools. This list is probably not complete yet.