-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
And update copyright years while we are at it.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ dnl To rebuild the 'configure' script from this, execute the command | |
dnl autoconf | ||
dnl in the directory containing this script. | ||
dnl | ||
dnl Copyright (C) 2022 Termux | ||
dnl Copyright (C) 2022-2023 Termux | ||
dnl | ||
dnl This file is part of termux-elf-cleaner. | ||
dnl | ||
|
@@ -22,7 +22,7 @@ dnl along with termux-elf-cleaner. If not, see | |
dnl <https://www.gnu.org/licenses/>. | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([termux-elf-cleaner], [2.2.0], [[email protected]]) | ||
AC_INIT([termux-elf-cleaner], [2.2.1], [[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([foreign]) | ||
|
||
|
@@ -31,7 +31,7 @@ AC_PROG_CC | |
AC_PROG_CXX | ||
AC_LANG(C++) | ||
|
||
copyright="Copyright (C) 2022 Termux." | ||
copyright="Copyright (C) 2022-2023 Termux." | ||
AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"], | ||
[Short copyright string for this version of termux-elf-cleaner.]) | ||
|
||
|