# HG changeset patch # User John W. Eaton # Date 1394486252 14400 # Node ID e04d9375cd5ffc947b8e1317d8e9b87315793649 # Parent 87eb6b4bf898569522e9e415053cea9783062d56 bump version to 0.0.27 diff -r 87eb6b4bf898 -r e04d9375cd5f configure.ac --- a/configure.ac Mon Mar 10 17:16:51 2014 -0400 +++ b/configure.ac Mon Mar 10 17:17:32 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.26], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.27], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])