diff options
author | Mark H Weaver <mhw@netris.org> | 2024-11-27 19:52:41 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-11-27 19:52:41 -0500 |
commit | c85854d2f1eb4ec59a1e1c12a1ba0ba4ae29a557 (patch) | |
tree | 021d679ca6fa5795d754adf19069fc75356abb94 | |
parent | 6bc5983b866d7ca03d3c529e0bb8c17ad47afd4d (diff) |
Bump GNUVERSION to 2.
* makeicecat: Set GNUVERSION to 2.
-rwxr-xr-x | makeicecat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ readonly FFMAJOR=115 readonly FFMINOR=18 readonly FFSUB=0 readonly FFBUILD=1 -readonly GNUVERSION=1 +readonly GNUVERSION=2 readonly SOURCEBALL_CHECKSUM='2a79174f743caa1bffcc6f4e95e4642b0f36ab24cfa94e4dca0663e0d45c344c' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} |