diff options
author | Brian Paul <[email protected]> | 2011-06-29 07:37:11 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-06-29 07:38:10 -0600 |
commit | e17f2bad3abf8e08b74871c71566dea5f1ce4bf7 (patch) | |
tree | bbd7c4396ea5717742e32026d163449255c71213 /configs | |
parent | 600e01e758c9eed44cd85957ee476804c1c35f8b (diff) |
mesa: bump version to 7.12 (devel)
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 e9f493a17f1..132ccbee3cf 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 -MESA_MINOR=11 +MESA_MINOR=12 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) |