# HG changeset patch # User John W. Eaton # Date 1409330398 14400 # Node ID 902562ce85fce37813bb0815e175cc88e498b5c3 # Parent ddf15410d64cd86d63e3c79b1c15d8ef14ecbc6e bump version to 0.0.32 diff -r ddf15410d64c -r 902562ce85fc configure.ac --- a/configure.ac Fri Aug 29 12:39:40 2014 -0400 +++ b/configure.ac Fri Aug 29 12:39:58 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.31], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.32], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])