summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-08 01:36:56 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-08 01:36:56 +0000
commitabc5f38e445c8124b8febff40ade151fd274fe94 (patch)
tree8cebcff2851f3bed81b444168144df92de7aefc2
parent61bdc4d2c00945c3cc5b257b7f7fb9290cf3acca (diff)
Bump to 2.8.1 for Xv changes.nsc-2_8_1XORG-7_1
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/nsc_driver.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bdcba4..9095e7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-07 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ * src/nsc_driver.c:
+ Bump to 2.8.1 for Xv changes.
+
2006-04-07 Aaron Plattner <aplattner@nvidia.com>
* src/nsc_gx1_video.c: (GX1PutImage):
diff --git a/configure.ac b/configure.ac
index d581dcb..08cceaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-nsc],
- 2.8.0,
+ 2.8.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-nsc)
diff --git a/src/nsc_driver.c b/src/nsc_driver.c
index 4904b8b..353eac6 100644
--- a/src/nsc_driver.c
+++ b/src/nsc_driver.c
@@ -211,10 +211,10 @@
/* This should match the durango code version.
* The patchlevel may be used to indicate changes in geode.c
*/
-#define NSC_VERSION_NAME "2.8.0"
+#define NSC_VERSION_NAME "2.8.1"
#define NSC_VERSION_MAJOR 2
#define NSC_VERSION_MINOR 8
-#define NSC_PATCHLEVEL 0
+#define NSC_PATCHLEVEL 1
#define NSC_VERSION_CURRENT ((NSC_VERSION_MAJOR << 24) | \
(NSC_VERSION_MINOR << 16) | NSC_PATCHLEVEL)