nvfx: expose GLSL
[mesa/mesa-lb.git] / bin / version.mk
blobab20d79daee4afe123f83c482e03a60a1f612dd4
1 #!/usr/bin/make -sf
2 # Print the various Mesa version fields. This is mostly used to add the
3 # version to configure.
5 # This reflects that this script is usually called from the toplevel
6 TOP = .
8 include $(TOP)/configs/default
10 version:
11 @echo $(MESA_VERSION)
12 major:
13 @echo $(MESA_MAJOR)
14 minor:
15 @echo $(MESA_MINOR)
16 tiny:
17 @echo $(MESA_TINY)