summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-03-09 00:25:45 -0800
committerMatt Turner <[email protected]>2013-03-12 17:02:21 -0700
commit439c3d4e313370823d49b53f031697cc8b18d171 (patch)
treefd0128dd9f8be183b6be9ac16ec1eb01fefbce51 /src/mesa/main/context.c
parent42c1b33f6d5ee1ab4ab7fdc8a7ab2c1dcd9e43e6 (diff)
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
One fewer place to have to update. Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r--src/mesa/main/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index cdcf7adfa25..b428d40fc1c 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -410,7 +410,7 @@ one_time_init( struct gl_context *ctx )
#if defined(DEBUG) && defined(__DATE__) && defined(__TIME__)
if (MESA_VERBOSE != 0) {
_mesa_debug(ctx, "Mesa %s DEBUG build %s %s\n",
- MESA_VERSION_STRING, __DATE__, __TIME__);
+ PACKAGE_VERSION, __DATE__, __TIME__);
}
#endif