# HG changeset patch # User Rik # Date 1659114852 25200 # Node ID 0758c713c6e6a9473973f457904493c49de85879 # Parent 06c76eca5f9507be153aff2ca15fe218c01b631a maint: Fix typo in merge 06c76eca5f95. * configure.ac: Remove extra AC_INIT line from stable branch. diff -r 06c76eca5f95 -r 0758c713c6e6 configure.ac --- a/configure.ac Fri Jul 29 12:02:42 2022 -0400 +++ b/configure.ac Fri Jul 29 10:14:12 2022 -0700 @@ -28,7 +28,6 @@ ### Initialize Autoconf AC_PREREQ([2.65]) AC_INIT([GNU Octave], [8.0.0], [https://octave.org/bugs.html], [octave], -AC_INIT([GNU Octave], [7.2.1], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers