Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1901 serge 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)