# HG changeset patch # User John W. Eaton # Date 1392629233 18000 # Node ID 4949f2d7d107ce4729c652ee82e3605227a2bc8f # Parent f285f1a665d42e13b6f92d461724b439aad03da4 bump version to 0.21 diff -r f285f1a665d4 -r 4949f2d7d107 configure.ac --- a/configure.ac Mon Feb 17 04:12:52 2014 -0500 +++ b/configure.ac Mon Feb 17 04:27:13 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.20], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.21], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])