comparison configure.ac @ 20258:5d6a2c4caf05

configure.ac: Bump development branch to version 4.1.0+. * configure.ac: Bump development branch to version 4.1.0+.
author Rik <rik@octave.org>
date Sun, 24 May 2015 20:05:25 -0700
parents 3b3579ad7e46
children 3e8c188b20a7
comparison
equal deleted inserted replaced
20254:b39ba1bbb759 20258:5d6a2c4caf05
17 ### You should have received a copy of the GNU General Public License 17 ### You should have received a copy of the GNU General Public License
18 ### along with Octave; see the file COPYING. If not, see 18 ### along with Octave; see the file COPYING. If not, see
19 ### <http://www.gnu.org/licenses/>. 19 ### <http://www.gnu.org/licenses/>.
20 20
21 AC_PREREQ([2.63]) 21 AC_PREREQ([2.63])
22 AC_INIT([GNU Octave], [4.0.0-rc4], [http://octave.org/bugs.html], [octave]) 22 AC_INIT([GNU Octave], [4.1.0+], [http://octave.org/bugs.html], [octave])
23 23
24 dnl Note that the version number is duplicated here and in AC_INIT 24 dnl Note that the version number is duplicated here and in AC_INIT
25 dnl because AC_INIT requires it to be static, not computed from 25 dnl because AC_INIT requires it to be static, not computed from
26 dnl shell variables. 26 dnl shell variables.
27 OCTAVE_MAJOR_VERSION=4 27 OCTAVE_MAJOR_VERSION=4