diff options
author | Brian Paul <[email protected]> | 2009-11-18 07:25:46 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-18 07:26:28 -0700 |
commit | d252f9d278e2226d1165ec88ca889b6ebc48c0a9 (patch) | |
tree | 7fd1273ea6fece515129eb0a95df6abd553c3fd6 /configs | |
parent | 61a3716ab5ad72ed2d2e926055716be99a4b2abd (diff) |
mesa: bump version to 7.8
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 9af816cf9bc..15f9285dbf6 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 -MESA_MINOR=7 +MESA_MINOR=8 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) |