Module: Mesa Branch: 9.1 Commit: 0dbbfa054c91980a093c0146bd281624cc74695d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dbbfa054c91980a093c0146bd281624cc74695d
Author: Andreas Boll <[email protected]> Date: Fri Aug 2 09:51:24 2013 +0200 mesa: Fix MESA_PATCH version --- src/mesa/main/version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 6eab691..27eb76d 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -34,7 +34,7 @@ struct gl_context; /* Mesa version */ #define MESA_MAJOR 9 #define MESA_MINOR 1 -#define MESA_PATCH 4 +#define MESA_PATCH 6 #define MESA_VERSION_STRING "9.1.6" /* To make version comparison easy */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
