# HG changeset patch # User John W. Eaton # Date 1392741157 18000 # Node ID 975cfad4df383328575762de85325677b1e7b5f6 # Parent 214ad32cab262110de291a1076844e16386556f5 bump version to 0.23 diff -r 214ad32cab26 -r 975cfad4df38 configure.ac --- a/configure.ac Tue Feb 18 11:00:13 2014 -0500 +++ b/configure.ac Tue Feb 18 11:32:37 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.22], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.23], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])