]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.123.jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 17 Jan 2001 17:48:21 +0000 (18:48 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 17 Jan 2001 17:48:21 +0000 (18:48 +0100)
Documentation/user/GNUmakefile
VERSION

index 2259ace7e6668bf71fbb2698d886b12041ce07fe..b73273417f731bb09595c26efc29e31a1ca65852 100644 (file)
@@ -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 6509481f50e5f57b83fe04c0a03a4f5619eaf91a..c70ed6f5e4dddcea6baaefb8daf42cc9c036b77d 100644 (file)
--- 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.