Bump version to 1.0.2.0 for release.

This commit is contained in:
Aaron Plattner
2006-03-27 21:40:24 +00:00
parent 84c007b426
commit 3f140052f8
3 changed files with 7 additions and 3 deletions

View File

@@ -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):

View File

@@ -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)

View File

@@ -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__ */