From: fred Date: Sun, 24 Mar 2002 20:08:48 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~3260 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e8a0460131b26c12fbc1adb86b098fac29d1fa1d;p=lilypond.git lilypond-1.0.1 --- diff --git a/make/Toplevel_version.make b/make/Toplevel_version.make index 4e3ffb6c94..4a1e24e9e2 100644 --- a/make/Toplevel_version.make +++ b/make/Toplevel_version.make @@ -1,6 +1,7 @@ +# Toplevel_version.make include $(depth)/VERSION -TOPLEVEL_MAJOR_VERSION :=$(MAJOR_VERSION) +TOPLEVEL_MAJOR_VERSION:=$(MAJOR_VERSION) TOPLEVEL_MINOR_VERSION:=$(MINOR_VERSION) TOPLEVEL_PATCH_LEVEL:=$(PATCH_LEVEL) # use to send patches, always empty for released version: diff --git a/make/User.make b/make/User.make index 2e74e16170..598bc732fb 100644 --- a/make/User.make +++ b/make/User.make @@ -1,11 +1,5 @@ -# -# project LilyPond -- the musical typesetter # title user changeable settings # file make/User.make -# -# Copyright (c) 1997 by -# Jan Nieuwenhuizen -# Han-Wen Nienhuys # will be split into CFLAGS/EXTRA_CFLAGS etc, # so that defineable generically and per module