changeset 3697:1c0fcc3ce0b3

bump version to 0.0.30
author John W. Eaton <jwe@octave.org>
date Wed, 27 Aug 2014 10:34:46 -0400
parents 73dc0213c8ac
children a515e5de5f8a
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Aug 27 10:34:10 2014 -0400
+++ b/configure.ac	Wed Aug 27 10:34:46 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.29], [http://octave.org/bugs.html], [mxe-octave])
+AC_INIT([MXE-Octave], [0.0.30], [http://octave.org/bugs.html], [mxe-octave])
 
 AC_CONFIG_SRCDIR([src/octave.mk])
 AC_CONFIG_AUX_DIR([tools])