# HG changeset patch # User John W. Eaton # Date 1428690864 14400 # Node ID 2db17a8585e6db3c1cbd521a1691aff9d25b82e1 # Parent 0aa02478a5d926357631138ed1de893b72c917bc bump version to 0.0.35 diff -r 0aa02478a5d9 -r 2db17a8585e6 configure.ac --- a/configure.ac Fri Apr 10 14:25:56 2015 -0400 +++ b/configure.ac Fri Apr 10 14:34:24 2015 -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.34], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.35], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])