diff --git a/configure.ac b/configure.ac index 8857cb7..81cbd95 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ######################################################################### # # # Script ID: ./configure.ac # -# Author: Copyright (C) 2018-2020 Mark Grant # +# Author: Copyright (C) 2018-2021 Mark Grant # # # # Released under the GPLv3 only. # # SPDX-License-Identifier: GPL-3.0 # @@ -119,7 +119,7 @@ AC_PREREQ([2.69]) # can be used by ac output and / or the sed setup below to substitute bookmarks # in source files. # -AC_INIT(MGE AlarmClock Java Package, 1.2.2, +AC_INIT(MGE AlarmClock Java Package, 1.2.3, m.grant.prg@gmail.com, alarmclock-java) AC_MSG_NOTICE(initialisation and setup)