> This is an automated email from the ASF dual-hosted git repository.
>
> jim pushed a commit to branch trunk
> in repository
https://gitbox.apache.org/repos/asf/openoffice.git>
>
> The following commit(s) were added to refs/heads/trunk by this push:
> new e6d389b Point people to DMAKE 4.13.1
> e6d389b is described below
>
> commit e6d389b340cbb79271b7f48640ce0dd0c850d4d2
> Author: Jim Jagielski <
[hidden email]>
> AuthorDate: Fri Nov 27 15:59:03 2020 -0500
>
> Point people to DMAKE 4.13.1
> ---
> main/configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/main/configure.ac b/main/configure.ac
> index 8b54a22..c927b12 100644
> --- a/main/configure.ac
> +++ b/main/configure.ac
> @@ -28,7 +28,7 @@ AC_ARG_WITH(dmake-path,
> ])
> AC_ARG_WITH(dmake-url,
> [ --with-dmake-url=<URL> Specify the location of downloadable dmake source code. For example:
> -
https://github.com/jimjag/dmake/archive/v4.13.0/dmake-4.13.0.tar.gz> +
https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz> Note that dmake is under GPL license.],
> [ DMAKE_URL="$withval"
> ])
>