~m-grant-prg/mget/buster-trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mark Grant
  • Date: 2021-03-05 14:18:16 UTC
  • mfrom: (1.1.14)
  • Revision ID: m.grant.prg@gmail.com-20210305141816-tnr4se3cycz6rsuw
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#########################################################################
2
2
#                                                                       #
3
3
# Script ID: ./configure.ac                                             #
4
 
# Author: Copyright (C) 2013-2019  Mark Grant                           #
 
4
# Author: Copyright (C) 2013-2019, 2021  Mark Grant                     #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
7
# SPDX-License-Identifier: GPL-3.0                                      #
111
111
# can be used by ac output and / or the sed setup below to substitute bookmarks
112
112
# in source files.
113
113
#
114
 
AC_INIT(Multiple File Download, 1.1.15, m.grant.prg@gmail.com, mget)
 
114
AC_INIT(Multiple File Download, 1.1.15+rc1, m.grant.prg@gmail.com, mget)
115
115
 
116
116
AC_MSG_NOTICE(initialisation and setup)
117
117