# HG changeset patch # User John W. Eaton # Date 1392618023 18000 # Node ID d765eab1691e411ac54f951cfb9776b53a830e1f # Parent 1e09264307e8eac8a710db61ad5cf68bba948e87 bump version to 0.20 This version builds the stable-octave package completely from source with mingw-w64 for both 32- and 64-bit systems. Currently, 64-bit systems always use 64-bit indexing for Octave and dependencies. diff -r 1e09264307e8 -r d765eab1691e configure.ac --- a/configure.ac Sun Feb 16 22:48:48 2014 -0500 +++ b/configure.ac Mon Feb 17 01:20:23 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.19], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.20], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])