From 56ea06a762b2852efcf2ad3418f11beaf316b12d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Sep 2022 20:07:59 +0100 Subject: [PATCH] Revert "Fix publish version" This reverts commit bfe741895a7a4859be4b0cdf2a4cdfcbe0e0e61a. Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cbb560..3219c50 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ very-clean: clean #---------- docs publication ---------- PUBLISHED_BRANCH=published -PUBLISH_VERSION=1.0.0 +PUBLISH_VERSION=unreleased PUBLISH_USER=ianmdlvl@login.chiark.greenend.org.uk PUBLISH_DOC_SPHINX_BASE=public-html/hippotat PUBLISH_DOC_SPHINX_TAIL=$(PUBLISH_VERSION)/docs -- 2.30.2