# HG changeset patch # User John W. Eaton # Date 1409259538 14400 # Node ID 76745b5dfd816e1649e0e30ce585942f1682be2c # Parent ed7c61a97068fcfaa95b324ebdfe05e88a4972f5 bump version to 0.0.31 diff -r ed7c61a97068 -r 76745b5dfd81 configure.ac --- a/configure.ac Wed Aug 27 16:19:02 2014 -0400 +++ b/configure.ac Thu Aug 28 16:58: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.30], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.31], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])