# HG changeset patch # User John W. Eaton # Date 1392656787 18000 # Node ID 7baf0a49b52b2a807d9f89069efef454b2d625c5 # Parent b86f53e6429f0338bca9a4a27f5d19c6ebe16084 bump version to 0.22 diff -r b86f53e6429f -r 7baf0a49b52b configure.ac --- a/configure.ac Mon Feb 17 12:05:56 2014 -0500 +++ b/configure.ac Mon Feb 17 12:06:27 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.21], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.22], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])