# HG changeset patch # User John W. Eaton # Date 1375878811 14400 # Node ID 78d7da6225f68fcbce90be1ab180bf78538b92bb # Parent 8ede5874e2f19236f220bf3ab6467f78cf222e55 bump version diff -r 8ede5874e2f1 -r 78d7da6225f6 configure.ac --- a/configure.ac Wed Aug 07 08:33:18 2013 -0400 +++ b/configure.ac Wed Aug 07 08:33:31 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.10], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.11], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])