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