mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 07:56:21 +00:00
0849610231
update 5.10 (2020-12-14) to 5.11 (2021-02-17) release notes: https://github.com/strace/strace/releases/tag/v5.11 news: https://github.com/strace/strace/blob/master/NEWS
18 lines
620 B
Diff
18 lines
620 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 4e7bc2a89..3b762c94c 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -11,11 +11,7 @@
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
AC_PREREQ(2.57)
|
|
-AC_INIT([strace],
|
|
- st_esyscmd_s([./build-aux/git-version-gen .tarball-version]),
|
|
- [strace-devel@lists.strace.io],
|
|
- [strace],
|
|
- [https://strace.io])
|
|
+AC_INIT([strace],[5.11])
|
|
m4_define([copyright_year], st_esyscmd_s([./build-aux/copyright-year-gen .year]))
|
|
m4_define([manpage_date], st_esyscmd_s([./build-aux/file-date-gen doc/strace.1.in]))
|
|
AC_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.])
|