# HG changeset patch # User John W. Eaton # Date 1409150086 14400 # Node ID 1c0fcc3ce0b3275e4ce193a1c740ab2b942fd0b8 # Parent 73dc0213c8ace4b07861a02ee0c06f6dbd9cc3fc bump version to 0.0.30 diff -r 73dc0213c8ac -r 1c0fcc3ce0b3 configure.ac --- a/configure.ac Wed Aug 27 10:34:10 2014 -0400 +++ b/configure.ac Wed Aug 27 10:34:46 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.29], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.30], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])