From: Brian Paul Date: Thu, 8 Jan 2009 23:16:36 +0000 (-0700) Subject: mesa: set version string to 7.3-rc1 X-Git-Tag: 062012170305~17671^2~333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0713e9da73cebfc35550ab192f385b955eb8ebcd;p=profile%2Fivi%2Fmesa.git mesa: set version string to 7.3-rc1 --- diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 81034a3..83aefe6 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -31,7 +31,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 3 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.3-devel" +#define MESA_VERSION_STRING "7.3-rc1" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))