summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-03-27 21:40:24 +0000
committerAaron Plattner <aplattner@nvidia.com>2006-03-27 21:40:24 +0000
commit3f140052f891a4dc674b82e438c9595e59b4676b (patch)
tree28f5859f3dbad1e465b2e2256c6f851b8098bcd1
parent84c007b426d321786f9aec1d9fda14b5baa35561 (diff)
Bump version to 1.0.2.0 for release.xf86-video-nv-1-0-2-0
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--src/nv_const.h4
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bd978da..14b1807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-27 Aaron Plattner <aplattner@nvidia.com>
+
+ Bump version to 1.0.2.0 for release.
+
2006-03-09 Aaron Plattner <aplattner@nvidia.com>
* src/nv_driver.c: (NVPreInit):
diff --git a/configure.ac b/configure.ac
index acdd760..154c40f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-nv],
- 1.0.1.5,
+ 1.0.2.0,
[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 f4ab437..fce3ee9 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_const.h,v 1.7 2003/07/31 20:24:29 mvojkovi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_const.h,v 1.6 2001/12/07 00:09:55 mvojkovi Exp $ */
#ifndef __NV_CONST_H__
#define __NV_CONST_H__
@@ -8,7 +8,7 @@
#define NV_DRIVER_NAME "nv"
#define NV_MAJOR_VERSION 1
#define NV_MINOR_VERSION 0
-#define NV_PATCHLEVEL 1
+#define NV_PATCHLEVEL 2
#endif /* __NV_CONST_H__ */