comparison configure.ac @ 18110:c8ef8ba5ea9c

configure.ac: Update version to 4.1.0+ on default branch. * configure.ac: Update version to 4.1.0+ on default branch.
author Rik <rik@octave.org>
date Thu, 05 Dec 2013 11:49:59 -0800
parents 5559a8bbca82
children 2217bc116aa9
comparison
equal deleted inserted replaced
18100:36063e43c511 18110:c8ef8ba5ea9c
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.62]) 21 AC_PREREQ([2.62])
22 AC_INIT([GNU Octave], [3.9.0+], [http://octave.org/bugs.html], [octave]) 22 AC_INIT([GNU Octave], [4.1.0+], [http://octave.org/bugs.html], [octave])
23 23
24 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 24 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
25 OCTAVE_VERSION="$PACKAGE_VERSION" 25 OCTAVE_VERSION="$PACKAGE_VERSION"
26 OCTAVE_API_VERSION_NUMBER="49" 26 OCTAVE_API_VERSION_NUMBER="49"
27 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" 27 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"