From b48fbfebc65e26ec958ae4625b4026a08dd3d233 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 31 May 2020 00:28:27 +0200 Subject: [PATCH] Released as version 2.0 with no functional changes --- Makefile | 4 ++-- README | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 7680a31..3fcb47e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.99.2 +VERSION=2.0 ARCHIVE=ucwmac-$(VERSION).tar.gz all: test.pdf test-labels.pdf test-ref.pdf @@ -44,6 +44,6 @@ release: git tag v$(VERSION) git push --tags git archive --format=tar --prefix=ucwmac-$(VERSION)/ HEAD | gzip >$(ARCHIVE) - scp $(ARCHIVE) atrey:~ftp/pub/local/mj/tex/ + scp $(ARCHIVE) jw:/srv/ftp/pub/mj/tex/ ssh jw "cd web && bin/release-prog ucwmac $(VERSION)" mv $(ARCHIVE) ~/archives/sw/ucwmac diff --git a/README b/README index 0f955a7..b5e9839 100644 --- a/README +++ b/README @@ -7,10 +7,6 @@ Send all comments to . ============================================================================ -This is a preview of ucwmac 2.0. Many new features were introduced, but their -exact behavior can still change. When we consider it stable enough, we will -release the real version 2.0. - To get the full feature set of ucwmac, please input ucwmac2.tex. With bare ucwmac.tex, you will get backward-compatible behavior -- it will still include most new features, but not all of them. In particular, default -- 2.39.2