# HG changeset patch # User John W. Eaton # Date 1390589488 18000 # Node ID 1414225a963dc7ad2160f0d46259ef304aad54df # Parent 59ae7d6334c1bb326b988b0fbe496d21f7bd61b1 bump version to 0.0.17 diff -r 59ae7d6334c1 -r 1414225a963d configure.ac --- a/configure.ac Fri Jan 24 13:50:41 2014 -0500 +++ b/configure.ac Fri Jan 24 13:51:28 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.16], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.17], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])