comparison configure.ac @ 3890:2db17a8585e6

bump version to 0.0.35
author John W. Eaton <jwe@octave.org>
date Fri, 10 Apr 2015 14:34:24 -0400
parents 768c5d4c5b4e
children ac3abcea55e8
comparison
equal deleted inserted replaced
3889:0aa02478a5d9 3890:2db17a8585e6
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_PREREQ([2.62]) 3 AC_PREREQ([2.62])
4 AC_INIT([MXE-Octave], [0.0.34], [http://octave.org/bugs.html], [mxe-octave]) 4 AC_INIT([MXE-Octave], [0.0.35], [http://octave.org/bugs.html], [mxe-octave])
5 5
6 AC_CONFIG_SRCDIR([src/octave.mk]) 6 AC_CONFIG_SRCDIR([src/octave.mk])
7 AC_CONFIG_AUX_DIR([tools]) 7 AC_CONFIG_AUX_DIR([tools])
8 8
9 ### Check for bootstrap tools. This list is probably not complete yet. 9 ### Check for bootstrap tools. This list is probably not complete yet.