diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-11-09 02:37:07 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-11-09 02:37:07 +0000 |
commit | 8450d38d54932628c2d6a905408c8feb2163901c (patch) | |
tree | eba8964afc5b3c24488e73bbc669bc89cfefe728 /dist/Mesa/Android.common.mk | |
parent | afc8f52fb351ffee6c491c24a5c9cd8a00c6f715 (diff) |
Import Mesa 9.2.2
Diffstat (limited to 'dist/Mesa/Android.common.mk')
-rw-r--r-- | dist/Mesa/Android.common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Mesa/Android.common.mk b/dist/Mesa/Android.common.mk index ba0e46bf8..caf88b3b0 100644 --- a/dist/Mesa/Android.common.mk +++ b/dist/Mesa/Android.common.mk @@ -35,7 +35,7 @@ LOCAL_C_INCLUDES += \ # define ANDROID_VERSION (e.g., 4.0.x => 0x0400) LOCAL_CFLAGS += \ - -DPACKAGE_VERSION=\"9.2.1\" \ + -DPACKAGE_VERSION=\"9.2.2\" \ -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" \ -DANDROID_VERSION=0x0$(MESA_ANDROID_MAJOR_VERSION)0$(MESA_ANDROID_MINOR_VERSION) |