branch-version
authorMatthias Klose <doko@debian.org>
Tue, 22 Sep 2020 18:10:17 +0000 (19:10 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 22 Sep 2020 18:10:17 +0000 (19:10 +0100)
# DP: Don't bump the version when doing distro builds

# DP: Don't bump the version when doing distro builds

git diff 279745e5668d95e68c93762baa7ba60b5c02dada 2cb5c79dad39dd438fb0f7372ac04cf5aa2a7db7

Gbp-Pq: Name branch-version.diff

14 files changed:
bfd/ChangeLog
bfd/configure
bfd/development.sh
bfd/version.m4
binutils/ChangeLog
binutils/configure
gas/ChangeLog
gas/configure
gprof/ChangeLog
gprof/configure
ld/ChangeLog
ld/configure
opcodes/ChangeLog
opcodes/configure

index 5d0c57d6c08704113381900b45a542b19431fae6..a24edc920d25b587b6d70b24d01a8b5b63fd333d 100644 (file)
        to 0.
        (elfNN_aarch64_finish_dynamic_sections): Remove sh_entsize setting.
 
-2020-07-24  Nick Clifton  <nickc@redhat.com>
-
-       * version.m4: Set to 2.35.0
-       * development.sh (development): Set to true.
-       * configure: Regenerate.
-
 2020-07-24  Nick Clifton  <nickc@redhat.com>
 
        2.35 Release:
index 0340ed541b5ef005cf87de8bc83590cceabafd2b..5ab3e856bc25f72372ad44df39e7b6953e807c4c 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for bfd 2.35.0.
+# Generated by GNU Autoconf 2.69 for bfd 2.35.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='bfd'
 PACKAGE_TARNAME='bfd'
-PACKAGE_VERSION='2.35.0'
-PACKAGE_STRING='bfd 2.35.0'
+PACKAGE_VERSION='2.35'
+PACKAGE_STRING='bfd 2.35'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1391,7 +1391,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures bfd 2.35.0 to adapt to many kinds of systems.
+\`configure' configures bfd 2.35 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1462,7 +1462,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bfd 2.35.0:";;
+     short | recursive ) echo "Configuration of bfd 2.35:";;
    esac
   cat <<\_ACEOF
 
@@ -1589,7 +1589,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-bfd configure 2.35.0
+bfd configure 2.35
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2237,7 +2237,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by bfd $as_me 2.35.0, which was
+It was created by bfd $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4187,7 +4187,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='bfd'
- VERSION='2.35.0'
+ VERSION='2.35'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16974,7 +16974,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by bfd $as_me 2.35.0, which was
+This file was extended by bfd $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17040,7 +17040,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-bfd config.status 2.35.0
+bfd config.status 2.35
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 6bbed41d6d4e4d7ee00cacb83881312392ea8a29..32be4b9460f6d8a766dcc0d0e4dca8d5490bad72 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=true
+development=false
 
 # Indicate whether this is a release branch.
 experimental=false
index 8c9222098b24ae6e572d7651e0b4f899358bdf6a..0c4dec10c719d5e8d69a663a5e973bfd602433cc 100644 (file)
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.35.0])
+m4_define([BFD_VERSION], [2.35])
index 0ccacc63e5d58c0c7bcdb375abfb3e59a40b5848..3792dbbf32f21d0cc2e95e70be5244f05b4ce5fb 100644 (file)
 
        * po/sr.po: Updated Serbian translation.
 
-2020-07-24  Nick Clifton  <nickc@redhat.com>
-
-       * configure: Regenerate.
-
 2020-07-24  Nick Clifton  <nickc@redhat.com>
 
        2.35 Release:
index 89c99abfebab11f86df5b34ddf526500cda0f99c..771184eab99defc8d5bbcd9b392735bcfc7aaa83 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for binutils 2.35.0.
+# Generated by GNU Autoconf 2.69 for binutils 2.35.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='binutils'
 PACKAGE_TARNAME='binutils'
-PACKAGE_VERSION='2.35.0'
-PACKAGE_STRING='binutils 2.35.0'
+PACKAGE_VERSION='2.35'
+PACKAGE_STRING='binutils 2.35'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1378,7 +1378,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures binutils 2.35.0 to adapt to many kinds of systems.
+\`configure' configures binutils 2.35 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of binutils 2.35.0:";;
+     short | recursive ) echo "Configuration of binutils 2.35:";;
    esac
   cat <<\_ACEOF
 
@@ -1580,7 +1580,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-binutils configure 2.35.0
+binutils configure 2.35
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2228,7 +2228,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by binutils $as_me 2.35.0, which was
+It was created by binutils $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4178,7 +4178,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='binutils'
- VERSION='2.35.0'
+ VERSION='2.35'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15853,7 +15853,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by binutils $as_me 2.35.0, which was
+This file was extended by binutils $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15919,7 +15919,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-binutils config.status 2.35.0
+binutils config.status 2.35
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index bc72700cb472bcc0bb82af669fd5a655e27a2e63..8535420b3ab43239b83efb62e0aac36a84169ce3 100644 (file)
        * testsuite/gas/i386/pseudos.d: Updated.
        * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
 
-2020-07-24  Nick Clifton  <nickc@redhat.com>
-
-       * configure: Regenerate.
-
 2020-07-24  Nick Clifton  <nickc@redhat.com>
 
        2.35 Release:
index 5bccfd9d1b7cc88ccf747d62ce3e8479ac796422..13bef1e48ca262e8fdda24a36b2781a2b0ff41ef 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gas 2.35.0.
+# Generated by GNU Autoconf 2.69 for gas 2.35.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='gas'
 PACKAGE_TARNAME='gas'
-PACKAGE_VERSION='2.35.0'
-PACKAGE_STRING='gas 2.35.0'
+PACKAGE_VERSION='2.35'
+PACKAGE_STRING='gas 2.35'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1369,7 +1369,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gas 2.35.0 to adapt to many kinds of systems.
+\`configure' configures gas 2.35 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1440,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gas 2.35.0:";;
+     short | recursive ) echo "Configuration of gas 2.35:";;
    esac
   cat <<\_ACEOF
 
@@ -1576,7 +1576,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gas configure 2.35.0
+gas configure 2.35
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2041,7 +2041,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gas $as_me 2.35.0, which was
+It was created by gas $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3988,7 +3988,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gas'
- VERSION='2.35.0'
+ VERSION='2.35'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15755,7 +15755,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gas $as_me 2.35.0, which was
+This file was extended by gas $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15821,7 +15821,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gas config.status 2.35.0
+gas config.status 2.35
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 2c7b8678b02fb250d95b924bb0a19988f8a64936..e0b05295c23432298ea70eaafc80d3f2c7b64fb5 100644 (file)
@@ -1,7 +1,3 @@
-2020-07-24  Nick Clifton  <nickc@redhat.com>
-
-       * configure: Regenerate.
-
 2020-07-24  Nick Clifton  <nickc@redhat.com>
 
        2.35 Release:
index 3cf41b791160d5e25bef4d4a2050b7666e113880..6d06e4405773be886e5fe285c660ff3f9bafb50b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gprof 2.35.0.
+# Generated by GNU Autoconf 2.69 for gprof 2.35.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='gprof'
 PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.35.0'
-PACKAGE_STRING='gprof 2.35.0'
+PACKAGE_VERSION='2.35'
+PACKAGE_STRING='gprof 2.35'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1337,7 +1337,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gprof 2.35.0 to adapt to many kinds of systems.
+\`configure' configures gprof 2.35 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gprof 2.35.0:";;
+     short | recursive ) echo "Configuration of gprof 2.35:";;
    esac
   cat <<\_ACEOF
 
@@ -1519,7 +1519,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gprof configure 2.35.0
+gprof configure 2.35
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1884,7 +1884,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gprof $as_me 2.35.0, which was
+It was created by gprof $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3831,7 +3831,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gprof'
- VERSION='2.35.0'
+ VERSION='2.35'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13086,7 +13086,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gprof $as_me 2.35.0, which was
+This file was extended by gprof $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13152,7 +13152,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gprof config.status 2.35.0
+gprof config.status 2.35
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index d02d150a2fce542ec1b12aeaa68be24d0d29a3bf..78c1906342b1067ed7b1976cbd6ba43a57c1fed0 100644 (file)
        * configure: Regenerate.
        * config.in: Regenerate.
 
-2020-07-24  Nick Clifton  <nickc@redhat.com>
-
-       * configure: Regenerate.
-
 2020-07-24  Nick Clifton  <nickc@redhat.com>
 
        2.35 Release:
index c3bc15dec3f01bf4ac15ea84a717f21941270c1a..1f02f89161544e3aff60e1f50642348bd765fe9b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ld 2.35.0.
+# Generated by GNU Autoconf 2.69 for ld 2.35.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ld'
 PACKAGE_TARNAME='ld'
-PACKAGE_VERSION='2.35.0'
-PACKAGE_STRING='ld 2.35.0'
+PACKAGE_VERSION='2.35'
+PACKAGE_STRING='ld 2.35'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1396,7 +1396,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ld 2.35.0 to adapt to many kinds of systems.
+\`configure' configures ld 2.35 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1467,7 +1467,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ld 2.35.0:";;
+     short | recursive ) echo "Configuration of ld 2.35:";;
    esac
   cat <<\_ACEOF
 
@@ -1606,7 +1606,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ld configure 2.35.0
+ld configure 2.35
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2321,7 +2321,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ld $as_me 2.35.0, which was
+It was created by ld $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4272,7 +4272,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ld'
- VERSION='2.35.0'
+ VERSION='2.35'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -18325,7 +18325,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ld $as_me 2.35.0, which was
+This file was extended by ld $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18391,7 +18391,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ld config.status 2.35.0
+ld config.status 2.35
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 736724c3c5945fd3241065bfa3b8ae9769567ad8..72c94f4ba263c2cfc8343e8430464edebdb826af 100644 (file)
        * i386-opc.tbl: Use Prefix_XXX on pseudo prefixes.  Add {disp16}.
        * i386-tbl.h: Regenerated.
 
-2020-07-24  Nick Clifton  <nickc@redhat.com>
-
-       * configure: Regenerate.
-
 2020-07-24  Nick Clifton  <nickc@redhat.com>
 
        2.35 Release:
index 8d1e561c942691edbb8bf75453030ae0d139d398..b5fb936e737a01c11cd9794d93c802eeb8e5f734 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for opcodes 2.35.0.
+# Generated by GNU Autoconf 2.69 for opcodes 2.35.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='opcodes'
 PACKAGE_TARNAME='opcodes'
-PACKAGE_VERSION='2.35.0'
-PACKAGE_STRING='opcodes 2.35.0'
+PACKAGE_VERSION='2.35'
+PACKAGE_STRING='opcodes 2.35'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1356,7 +1356,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures opcodes 2.35.0 to adapt to many kinds of systems.
+\`configure' configures opcodes 2.35 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1427,7 +1427,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of opcodes 2.35.0:";;
+     short | recursive ) echo "Configuration of opcodes 2.35:";;
    esac
   cat <<\_ACEOF
 
@@ -1539,7 +1539,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-opcodes configure 2.35.0
+opcodes configure 2.35
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1950,7 +1950,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by opcodes $as_me 2.35.0, which was
+It was created by opcodes $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3897,7 +3897,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='opcodes'
- VERSION='2.35.0'
+ VERSION='2.35'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13533,7 +13533,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by opcodes $as_me 2.35.0, which was
+This file was extended by opcodes $as_me 2.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13599,7 +13599,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-opcodes config.status 2.35.0
+opcodes config.status 2.35
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"