~m-grant-prg/agmaint/buster

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: Mark Grant
  • Date: 2022-10-14 08:54:54 UTC
  • mfrom: (65.1.14 buster-trunk)
  • Revision ID: m.grant.prg@gmail.com-20221014085454-n79t22b6i333by5o
Merge from buster-trunk.

* New upstream release.
* Update Copyright for 2022.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# Author: Copyright (C) 2014-2019, 2021  Mark Grant                     #
13
13
#                                                                       #
14
14
# Released under the GPLv3 only.                                        #
15
 
# SPDX-License-Identifier: GPL-3.0                                      #
 
15
# SPDX-License-Identifier: GPL-3.0-only                                 #
16
16
#                                                                       #
17
17
# Purpose:                                                              #
18
18
# To simplify the AutoTools distribution build.                         #
153
153
#                               dialog and redirection.                 #
154
154
#                               Use a temporary file to get result back #
155
155
#                               from configurable-options.sh            #
 
156
# 21/11/2021    MG      1.4.10  Tighten SPDX tag.                       #
156
157
#                                                                       #
157
158
#########################################################################
158
159
 
161
162
# Init variables #
162
163
##################
163
164
 
164
 
readonly version=1.4.9                  # set version variable
165
 
readonly packageversion=1.3.12  # Version of the complete package
 
165
readonly version=1.4.10                 # set version variable
 
166
readonly packageversion=1.3.13  # Version of the complete package
166
167
 
167
168
# Set defaults
168
169
atonly=""