diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-08 16:16:36 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-08 16:16:36 -0700 |
commit | 0713e9da73cebfc35550ab192f385b955eb8ebcd (patch) | |
tree | 570ce44d145af8f623d4463fe9cd272e18ef235c /src | |
parent | 2c0ce92e8af4aab75f9a69a7913a1bec705220f3 (diff) |
mesa: set version string to 7.3-rc1
Diffstat (limited to 'src')
-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)) |