commit: 43397aef79304daf9e9e032f1c6f6e793006fae4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 19 09:13:05 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 19 09:13:15 2024 +0000 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=43397aef
tests: add 2.5.3 Note that this is the first upstream stable release since 2.4.7. Signed-off-by: Sam James <sam <AT> gentoo.org> tests/2.5.3/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/2.5.3/configure.ac b/tests/2.5.3/configure.ac new file mode 100644 index 0000000..764d8df --- /dev/null +++ b/tests/2.5.3/configure.ac @@ -0,0 +1,4 @@ +AC_PREREQ([2.69]) +AC_INIT([elt-patches], [ver]) +LT_INIT +AC_OUTPUT
