changeset 3535:7baf0a49b52b

bump version to 0.22
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2014 12:06:27 -0500
parents b86f53e6429f
children 024fd0a6907f
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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])