# HG changeset patch # User John W. Eaton # Date 1371843562 14400 # Node ID 21586f2d1fe710ddf485fd87842b988c9e56501b # Parent 8a83cca97a8c8d817012c80085693f3ccf7f350d configure.ac: bump version diff -r 8a83cca97a8c -r 21586f2d1fe7 configure.ac --- a/configure.ac Fri Jun 21 15:39:01 2013 -0400 +++ b/configure.ac Fri Jun 21 15:39:22 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.1], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.2], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])