# HG changeset patch # User John W. Eaton # Date 1411494450 14400 # Node ID 023f392ce053063e17d603e5248196c815a4be27 # Parent cffa8fa688ed945d66fcffbcea61047184cd575d bump version to 0.0.33 diff -r cffa8fa688ed -r 023f392ce053 configure.ac --- a/configure.ac Tue Sep 23 07:57:16 2014 -0400 +++ b/configure.ac Tue Sep 23 13:47:30 2014 -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.32], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.33], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])