summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-08 01:38:33 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-08 01:38:33 +0000
commitfb3faeb6073cef5a6a1b094f3d3bf020ceba9db6 (patch)
tree247c2e0cb83481f3ffaf5e294da6ceaa20e85e86
parentf793182898c4d844e9861a60a945f53ab7071adc (diff)
downloadxorg-driver-xf86-video-nouveau-fb3faeb6073cef5a6a1b094f3d3bf020ceba9db6.tar.gz
Bump to 1.1.1 for Xv changes.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/nv_const.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f3c170..8cf619e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-07 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ * src/nv_const.h:
+ Bump to 1.1.1 for Xv changes.
+
2006-04-07 Aaron Plattner <aplattner@nvidia.com>
* src/nv_video.c: (NVPutImage):
diff --git a/configure.ac b/configure.ac
index 632616f..587e7c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-nv],
- 1.1.0,
+ 1.1.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-nv)
diff --git a/src/nv_const.h b/src/nv_const.h
index 3ffcd00..c66f80a 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -8,7 +8,7 @@
#define NV_DRIVER_NAME "nv"
#define NV_MAJOR_VERSION 1
#define NV_MINOR_VERSION 1
-#define NV_PATCHLEVEL 0
+#define NV_PATCHLEVEL 1
#endif /* __NV_CONST_H__ */