comparison configure.ac @ 18486:ca65b05b9a8a gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 18 Feb 2014 02:50:18 -0500
parents 888cd8f62c67 02ce68d63fba
children 8473198fd005 2e7cad6f180c
comparison
equal deleted inserted replaced
18483:0f3bc7ccb875 18486:ca65b05b9a8a
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=3 27 OCTAVE_MAJOR_VERSION=3
28 OCTAVE_MINOR_VERSION=8 28 OCTAVE_MINOR_VERSION=9
29 OCTAVE_PATCH_VERSION=0 29 OCTAVE_PATCH_VERSION=0+
30 30
31 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 31 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
32 OCTAVE_VERSION="$PACKAGE_VERSION" 32 OCTAVE_VERSION="$PACKAGE_VERSION"
33 33
34 OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others." 34 OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others."