From 271e4fb67c58b50dbddf3049af9a6044132b35d2 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 24 Dec 2018 07:47:47 -0500 Subject: New upstream version 0.1~git20181119.5e4789b --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 158f41d..6a9fd7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,7 @@ libqemu_slirp_a_SOURCES = \ libslirp_a_SOURCES = rd235_libslirp/src/qemu2libslirp.c # define specific commit if git available or it was replaced during git-archive creation -COMMIT := $(shell V=$Format:%H$ ; \ +COMMIT := $(shell V=5e4789b9a21cab3315801e1750670e10a1c86a2a ; \ expr match "$$V" ormat: >/dev/null \ && (cd "$$abs_srcdir" && [ -d .git ] && git describe --always --abbrev=0 --dirty --exclude=\* || echo unknown) \ || echo "$$V" ) -- cgit v1.2.3