diff options
author | Brian <[email protected]> | 2007-05-14 14:30:36 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-05-14 14:30:36 -0600 |
commit | c128c3ce8c05549b92607a890c3d10171910f4ba (patch) | |
tree | cc6d551dd7a21e7fb18f8e01294adebea26d595a /src/mesa | |
parent | 6efdf648f51fd1ae27043b2c59e9965467fb1ddb (diff) |
master/trunk is now for Mesa 7.1 devel: bump versions
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index afc0bc2ec91..9229077f42c 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 7.0 + * Version: 7.1 * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * @@ -29,9 +29,9 @@ /* Mesa version */ #define MESA_MAJOR 7 -#define MESA_MINOR 0 +#define MESA_MINOR 1 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.0" +#define MESA_VERSION_STRING "7.1" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |