~m-grant-prg/vm-container-utils/stretch-trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mark Grant
  • Date: 2021-02-26 09:47:46 UTC
  • mfrom: (1.1.5)
  • Revision ID: m.grant.prg@gmail.com-20210226094746-0phxz6p110n2h7ch
Merge new upstream 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) 2020  Mark Grant                                #
 
4
# Author: Copyright (C) 2020, 2021  Mark Grant                          #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
7
# SPDX-License-Identifier: GPL-3.0                                      #
70
70
# can be used by ac output and / or the sed setup below to substitute bookmarks
71
71
# in source files.
72
72
#
73
 
AC_INIT([Utility scripts for containers and VMs], 1.0.4,
 
73
AC_INIT([Utility scripts for containers and VMs], 1.0.5,
74
74
        [m.grant.prg@gmail.com], [vm-container-utils])
75
75
 
76
76
AC_MSG_NOTICE(initialisation and setup)