Bump version to 8.1 (devel)
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 10 Feb 2012 23:34:08 +0000 (15:34 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 10 Feb 2012 23:34:44 +0000 (15:34 -0800)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Makefile
src/mesa/main/version.h

index 1fa369a96c7cd9d3212606fb513c068c917c0876..6120fbe9f45af1c994c161f93306ee7742ef1d0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=8.0-devel
+PACKAGE_VERSION=8.1-devel
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
index 8723c1f57ddd6e066b5a8c90eec112f63381d718..35bf53392335a5019798d031a10c38e86c8ba37a 100644 (file)
@@ -33,7 +33,7 @@ struct gl_context;
 
 /* Mesa version */
 #define MESA_MAJOR 8
-#define MESA_MINOR 0
+#define MESA_MINOR 1
 #define MESA_PATCH 0
 #define MESA_VERSION_STRING "8.0-devel"