]> git.donarmstrong.com Git - lilypond.git/blob - make/toplevel-version.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / toplevel-version.make
1 # Toplevel_version.make
2
3 ifeq ($(configure-srcdir), .)
4 include $(depth)/VERSION
5 else
6 include $(configure-srcdir)/VERSION
7 endif
8
9 TOPLEVEL_MAJOR_VERSION=$(MAJOR_VERSION)
10 TOPLEVEL_MINOR_VERSION=$(MINOR_VERSION)
11 TOPLEVEL_PATCH_LEVEL=$(PATCH_LEVEL)
12 # use to send patches, always empty for released version:
13 TOPLEVEL_MY_PATCH_LEVEL=$(MY_PATCH_LEVEL)
14
15 # TODO: used for the website; John says that he'll rewrite this
16 TOPLEVEL_VERSION_STABLE=$(VERSION_STABLE)
17 TOPLEVEL_VERSION_DEVEL=$(VERSION_DEVEL)