# HG changeset patch # User John W. Eaton # Date 1377109074 14400 # Node ID 78adb5b1881d6ba8b6d7e81cb902f7cadc7ddef5 # Parent 882a014f2cebf061847ed81f5d0ac50781e97067 bump version diff -r 882a014f2ceb -r 78adb5b1881d configure.ac --- a/configure.ac Wed Aug 21 14:16:31 2013 -0400 +++ b/configure.ac Wed Aug 21 14:17:54 2013 -0400 @@ -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.11], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.12], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])