# HG changeset patch # User John W. Eaton # Date 1404827987 14400 # Node ID 154b7f3af5ebe2b3035254c731a44d9ce20170d0 # Parent 35404cf378dbcc6c61f6b461ef342ef4184bd039 bump version to 0.0.28 diff -r 35404cf378db -r 154b7f3af5eb configure.ac --- a/configure.ac Tue Jul 08 20:21:15 2014 -0400 +++ b/configure.ac Tue Jul 08 09:59:47 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.27], [http://octave.org/bugs.html], [mxe-octave]) +AC_INIT([MXE-Octave], [0.0.28], [http://octave.org/bugs.html], [mxe-octave]) AC_CONFIG_SRCDIR([src/octave.mk]) AC_CONFIG_AUX_DIR([tools])