# HG changeset patch # User John W. Eaton # Date 1392742705 18000 # Node ID 678e57893efea545721205cecf84b3d56634e592 # Parent 0ab841948004a4ac825d9af5ab33ef3e955df35a bump version to 0.24 diff -r 0ab841948004 -r 678e57893efe configure.ac --- a/configure.ac Tue Feb 18 11:52:57 2014 -0500 +++ b/configure.ac Tue Feb 18 11:58:25 2014 -0500 @@ -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.23], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.24], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])