From 00994ac08cb84937ca1e35b7a556d8924229bacb Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 30 Apr 2008 15:06:00 -0700 Subject: autoconf: Scrape the version from configs/default Added the make script version.mk to print the various version numbers from configs/default. This is used to substitute the version in autoconf rather than duplicating it in both places. --- configs/default | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/default') diff --git a/configs/default b/configs/default index cbdb3b2ada..d65847851a 100644 --- a/configs/default +++ b/configs/default @@ -11,6 +11,7 @@ CONFIG_NAME = default MESA_MAJOR=7 MESA_MINOR=1 MESA_TINY=0 +MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) # external projects. This should be useless now that we use libdrm. DRM_SOURCE_PATH=$(TOP)/../drm -- cgit v1.2.3