diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2013-02-17 14:49:02 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2013-02-17 14:49:02 -0800 |
commit | 456cdb6d01bd317e46c4e528f7565269a20001d4 (patch) | |
tree | 9730cfa3e825c9c53ae83433e8bbee9ed59c49a6 | |
parent | aaee8623052f55fd0237a360784c98dfc10e26f5 (diff) |
mesa: Bump version to 9.1-rc2mesa-9.1-rc2
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | src/mesa/main/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index cc94111862..be42097bea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ check-local: # Rules for making release tarballs -PACKAGE_VERSION=9.1-rc1 +PACKAGE_VERSION=9.1-rc2 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION) PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 9834560c1b..a99381a92a 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -35,7 +35,7 @@ struct gl_context; #define MESA_MAJOR 9 #define MESA_MINOR 1 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "9.1-rc1" +#define MESA_VERSION_STRING "9.1-rc2" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |