Mesa (gallium-mesa-7.4): mesa: bump version to 7.4.1

Alan Hourihane alanh at kemper.freedesktop.org
Fri Apr 24 16:23:37 UTC 2009


Module: Mesa
Branch: gallium-mesa-7.4
Commit: 87cb55e9c6e129fa6f286dc30e110177e9975297
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87cb55e9c6e129fa6f286dc30e110177e9975297

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Apr 18 10:48:57 2009 -0600

mesa: bump version to 7.4.1

---

 configs/default         |    4 ++--
 src/mesa/main/version.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/default b/configs/default
index 7b79cf2..2970b45 100644
--- a/configs/default
+++ b/configs/default
@@ -9,8 +9,8 @@ CONFIG_NAME = default
 
 # Version info
 MESA_MAJOR=7
-MESA_MINOR=3
-MESA_TINY=0
+MESA_MINOR=4
+MESA_TINY=1
 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)
 
 # external projects.  This should be useless now that we use libdrm.
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 84dcb26..81fc32b 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -1,6 +1,6 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.4
+ * Version:  7.4.1
  *
  * Copyright (C) 1999-2008  Brian Paul   All Rights Reserved.
  *
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 4
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.4"
+#define MESA_VERSION_STRING "7.4.1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list