mesa: bump version to 7.7
authorBrian Paul <brianp@vmware.com>
Tue, 8 Sep 2009 22:46:06 +0000 (16:46 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 8 Sep 2009 22:46:06 +0000 (16:46 -0600)
Makefile
configs/default
src/mesa/main/version.h

index 211937d731703f937d2d9b666bafcc1452cb0128..dd941ad9d59e052a762c05e247e882845063efb6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.6-devel
+VERSION=7.7-devel
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
index 127b98e76ce3fd3fd6e1481c48467f3b659a5803..9e4bb08ea9efecb1f56b30ed8bf1ef8fbd724937 100644 (file)
@@ -9,7 +9,7 @@ CONFIG_NAME = default
 
 # Version info
 MESA_MAJOR=7
-MESA_MINOR=6
+MESA_MINOR=7
 MESA_TINY=0
 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)
 
index d4d3dd1a94e1dfb87712b4c3a185b65e02ae7adc..0cae1860a338d93ff5c84ac620c8f18a75456d7d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.6
+ * Version:  7.7
  *
  * Copyright (C) 1999-2008  Brian Paul   All Rights Reserved.
  * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
@@ -30,9 +30,9 @@
 
 /* Mesa version */
 #define MESA_MAJOR 7
-#define MESA_MINOR 6
+#define MESA_MINOR 7
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.6-devel"
+#define MESA_VERSION_STRING "7.7-devel"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))