summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-08 01:43:52 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-08 01:43:52 +0000
commit845d45cd2066be53f6e2e53d5af6375045dac6e2 (patch)
tree5214cdfab864b695aaa3595120f485398e9c7377
parent2951e947c56909c9d51bf3f937502d0f682b1d76 (diff)
Bump to 1.4.1 for Xv changes.siliconmotion-1_4_1XORG-7_1
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--src/smi_driver.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8012f09..46bee4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-07 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ * src/smi_driver.c:
+ Bump to 1.4.1 for Xv changes.
+
2006-04-07 Aaron Plattner <aplattner@nvidia.com>
* src/smi_video.c: (SMI_PutVideo), (SMI_PutImage):
diff --git a/configure.ac b/configure.ac
index 563383a..cbcf908 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-siliconmotion],
- 1.4.0,
+ 1.4.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-siliconmotion)
diff --git a/src/smi_driver.c b/src/smi_driver.c
index a39e7d0..c242ff5 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -88,10 +88,10 @@ static void SMI_ProbeDDC(ScrnInfoPtr pScrn, int index);
#define SILICONMOTION_NAME "Silicon Motion"
#define SILICONMOTION_DRIVER_NAME "siliconmotion"
-#define SILICONMOTION_VERSION_NAME "1.4.0"
+#define SILICONMOTION_VERSION_NAME "1.4.1"
#define SILICONMOTION_VERSION_MAJOR 1
#define SILICONMOTION_VERSION_MINOR 4
-#define SILICONMOTION_PATCHLEVEL 0
+#define SILICONMOTION_PATCHLEVEL 1
#define SILICONMOTION_DRIVER_VERSION ((SILICONMOTION_VERSION_MAJOR << 24) | \
(SILICONMOTION_VERSION_MINOR << 16) | \
(SILICONMOTION_PATCHLEVEL))