# HG changeset patch # User John W. Eaton # Date 1404829219 14400 # Node ID 4e4b0a0b5d0e58016cfc545f141002c34f0890c3 # Parent 72a348a77be43bd66e6db348bdb42d6b62b9be61 bump version to 0.0.29 diff -r 72a348a77be4 -r 4e4b0a0b5d0e configure.ac --- a/configure.ac Tue Jul 08 10:09:50 2014 -0400 +++ b/configure.ac Tue Jul 08 10:20:19 2014 -0400 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_INIT([MXE-Octave], [0.0.28], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.29], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])