summaryrefslogtreecommitdiff
path: root/bin/version.mk
blob: ab20d79daee4afe123f83c482e03a60a1f612dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -sf
# Print the various Mesa version fields. This is mostly used to add the
# version to configure.

# This reflects that this script is usually called from the toplevel
TOP = .

include $(TOP)/configs/default

version:
	@echo $(MESA_VERSION)
major:
	@echo $(MESA_MAJOR)
minor:
	@echo $(MESA_MINOR)
tiny:
	@echo $(MESA_TINY)