diff options
| author | Ian Romanick <ian.d.romanick@intel.com> | 2009-11-30 17:55:21 -0800 | 
|---|---|---|
| committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-11-30 17:55:21 -0800 | 
| commit | 910aaed4daad319b584b68ae2468432c8f6bac21 (patch) | |
| tree | dfed5e01e2f67fd174ba26a78bbae19749b0f9e3 | |
| parent | 587a52e95bbe96788e8b96b63f091bb3022fc048 (diff) | |
mesa: set version string to 7.6.1-rc2
| -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 3e9143979a..e2fed57080 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -32,7 +32,7 @@  #define MESA_MAJOR 7  #define MESA_MINOR 6  #define MESA_PATCH 1 -#define MESA_VERSION_STRING "7.6.1-rc1" +#define MESA_VERSION_STRING "7.6.1-rc2"  /* To make version comparison easy */  #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) | 
