diff options
Diffstat (limited to 'src/nv_const.h')
-rw-r--r-- | src/nv_const.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nv_const.h b/src/nv_const.h index fce3ee9..3ffcd00 100644 --- a/src/nv_const.h +++ b/src/nv_const.h @@ -7,8 +7,8 @@ #define NV_NAME "NV" #define NV_DRIVER_NAME "nv" #define NV_MAJOR_VERSION 1 -#define NV_MINOR_VERSION 0 -#define NV_PATCHLEVEL 2 +#define NV_MINOR_VERSION 1 +#define NV_PATCHLEVEL 0 #endif /* __NV_CONST_H__ */ |