summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@freedesktop.org>2006-04-10 11:27:25 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-04-10 11:27:25 -0700
commit692a4a4bafd4cab197b761cda22368581b78f996 (patch)
tree5b0642c1fdbec4750b8b5cb052f3e8ad040727fa
parent43c93057c044f33c20b1dd639eaeabefc0901589 (diff)
Bump to 1.6.0.i810-1_6_0
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/i810.h4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ec0df5e..afb2e748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-07 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ * src/i810.h:
+ Bump to 1.6.0.
+
2006-04-07 Aaron Plattner <aplattner@nvidia.com>
* src/i810_video.c: (I810PutImage):
diff --git a/configure.ac b/configure.ac
index 55c8c793..a5f8e77f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-i810],
- 1.5.2.0,
+ 1.6.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-i810)
diff --git a/src/i810.h b/src/i810.h
index f7856c86..044eb60f 100644
--- a/src/i810.h
+++ b/src/i810.h
@@ -65,8 +65,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define I810_NAME "I810"
#define I810_DRIVER_NAME "i810"
#define I810_MAJOR_VERSION 1
-#define I810_MINOR_VERSION 5
-#define I810_PATCHLEVEL 1
+#define I810_MINOR_VERSION 6
+#define I810_PATCHLEVEL 0
/* HWMC Surfaces */