changeset 3445:7ded8c8ed5f2

bump version to 0.0.16
author John W. Eaton <jwe@octave.org>
date Wed, 22 Jan 2014 12:31:31 -0500
parents db18ee645aec
children f827586fef9c
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Jan 22 11:52:40 2014 -0500
+++ b/configure.ac	Wed Jan 22 12:31:31 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.15], [http://octave.org/bugs.html], [mxe-octave])
+AC_INIT([MXE-Octave], [0.0.16], [http://octave.org/bugs.html], [mxe-octave])
 
 AC_CONFIG_SRCDIR([src/octave.mk])
 AC_CONFIG_AUX_DIR([tools])