# HG changeset patch # User John W. Eaton # Date 1375753436 14400 # Node ID 04e00dac57d7cc39866941b34cd0cb5141caa43c # Parent b0881ea5ea10aa2544a5bddc51183d73bef9fbf8 bump version diff -r b0881ea5ea10 -r 04e00dac57d7 configure.ac --- a/configure.ac Mon Aug 05 21:43:28 2013 -0400 +++ b/configure.ac Mon Aug 05 21:43:56 2013 -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.3], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.4], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])