diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-08 16:16:36 -0700 |
---|---|---|
committer | Alan Hourihane <alanh@vmware.com> | 2009-01-09 11:16:42 +0000 |
commit | f75910e9b781ba912bee791ba938d744c1d8f4f5 (patch) | |
tree | 6fd215fdb8cc5fb42cde3b69757514c5074ae14b /src/mesa/main | |
parent | da37940973110b8e64cd10d2f5f1d0ea8c81163f (diff) |
mesa: set version string to 7.3-rc1
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | 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 81034a35d1..83aefe685a 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)) |