comparison configure.ac @ 30599:ef8267126c2a stable

Bump stable branch version after release candidate. * configure.ac (AC_INIT): Set version to 7.0.91. (OCTAVE_PATCH_VERSION): Now 91.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 06 Jan 2022 13:05:57 +0100
parents 347dbc9049d5
children 6848686caf2b 6967a1aadd54
comparison
equal deleted inserted replaced
30597:c52c0ed8b5b9 30599:ef8267126c2a
25 ## 25 ##
26 ######################################################################## 26 ########################################################################
27 27
28 ### Initialize Autoconf 28 ### Initialize Autoconf
29 AC_PREREQ([2.65]) 29 AC_PREREQ([2.65])
30 AC_INIT([GNU Octave], [7.0.90], [https://octave.org/bugs.html], [octave], 30 AC_INIT([GNU Octave], [7.0.91], [https://octave.org/bugs.html], [octave],
31 [https://www.gnu.org/software/octave/]) 31 [https://www.gnu.org/software/octave/])
32 32
33 ### Declare version numbers 33 ### Declare version numbers
34 34
35 dnl Note that the version number is duplicated here and in AC_INIT because 35 dnl Note that the version number is duplicated here and in AC_INIT because
39 ## explains how to update these numbers for release and development 39 ## explains how to update these numbers for release and development
40 ## versions. 40 ## versions.
41 41
42 OCTAVE_MAJOR_VERSION=7 42 OCTAVE_MAJOR_VERSION=7
43 OCTAVE_MINOR_VERSION=0 43 OCTAVE_MINOR_VERSION=0
44 OCTAVE_PATCH_VERSION=90 44 OCTAVE_PATCH_VERSION=91
45 45
46 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. 46 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
47 OCTAVE_VERSION="$PACKAGE_VERSION" 47 OCTAVE_VERSION="$PACKAGE_VERSION"
48 48
49 OCTAVE_COPYRIGHT="Copyright (C) 2021-2022 The Octave Project Developers." 49 OCTAVE_COPYRIGHT="Copyright (C) 2021-2022 The Octave Project Developers."