From 6a43c24c312c2886d12151cec33f679e96405c43 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 17 Jan 2001 18:48:21 +0100 Subject: [PATCH] patch::: 1.3.123.jcn1 --- Documentation/user/GNUmakefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 2259ace7e6..b73273417f 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -80,7 +80,7 @@ deep-symlinks: cd $(outdir) && rm -f lilypond && ln -s . lilypond cd $(outdir) && rm -f lilypond-internals && ln -s . lilypond-internals cd $(outdir) && $(foreach i, $(LILYPOND_LINKS),\ - rm -f $(i) && ln -s $(i) lilypond.html &&) true + rm -f $(i) && ln -s lilypond.html $(i) &&) true endif diff --git a/VERSION b/VERSION index 6509481f50..c70ed6f5e4 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=123 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. -- 2.39.5