# HG changeset patch # User John W. Eaton # Date 1375815190 14400 # Node ID 7ab70e4f0dcc544a1f213d0953e4cb5cb34594f9 # Parent 4484b56e9d398b0828f7c81cf548e311377ff54c bump version diff -r 4484b56e9d39 -r 7ab70e4f0dcc configure.ac --- a/configure.ac Tue Aug 06 14:52:57 2013 -0400 +++ b/configure.ac Tue Aug 06 14:53:10 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.7], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.8], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])