diff options
author | Brian Paul <[email protected]> | 2008-08-26 15:59:06 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-26 15:59:06 -0600 |
commit | 019b9529e57832439d46f2057ba79aad52e87fdd (patch) | |
tree | 4e5d8f50bdf8e8bc0cb8a9e72a3c2c85560aea78 /configs/default | |
parent | 17e9bbd5a4fa660e5993c6fe05e181c3d6fd5973 (diff) |
change MESA_MINOR to 3
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index fe655e799b5..21fa0d7f9ac 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 -MESA_MINOR=1 +MESA_MINOR=3 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) |