git: c96da1994587 - main - dma: make the version exposed reflect the new version

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 22 09:12:13 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=c96da19945877319c36731391a9c067c48539194

commit c96da19945877319c36731391a9c067c48539194
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-09-22 09:12:04 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-09-22 09:12:04 +0000

    dma: make the version exposed reflect the new version
---
 libexec/dma/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/dma/Makefile.inc b/libexec/dma/Makefile.inc
index 8e88f832ee99..5e953921259d 100644
--- a/libexec/dma/Makefile.inc
+++ b/libexec/dma/Makefile.inc
@@ -7,7 +7,7 @@ DMA_SOURCES=	${SRCTOP}/contrib/dma
 CFLAGS+= -I${DMA_SOURCES} \
 	-DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \
 	-DCONF_PATH='"/etc/dma"' \
-	-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.11+"' \
+	-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.13+"' \
 	-DDMA_ROOT_USER='"mailnull"' \
 	-DDMA_GROUP='"mail"'
 BINGRP=	mail


More information about the dev-commits-src-all mailing list