Docs: authors.itexi: Add contributor.
[lilypond/mpolesky.git] / make / toplevel-version.make
blobe23347d3fdd5e3fc7fbca9f3f13483b8bbe909e9
1 # Toplevel_version.make
3 ifeq ($(configure-srcdir), .)
4 include $(depth)/VERSION
5 else
6 include $(configure-srcdir)/VERSION
7 endif
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)
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)