blob: ab20d79daee4afe123f83c482e03a60a1f612dd4 [file] [log] [blame]
Dan Nicholson00994ac2008-04-30 15:06:00 -07001#!/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
6TOP = .
7
8include $(TOP)/configs/default
9
10version:
11 @echo $(MESA_VERSION)
12major:
13 @echo $(MESA_MAJOR)
14minor:
15 @echo $(MESA_MINOR)
16tiny:
17 @echo $(MESA_TINY)