diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 19:40:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 19:40:34 +0000 |
commit | cb6b4073df7404822e2b553519c3a101f2ab0524 (patch) | |
tree | d701b13625f032df9385ad425b2a369d1d7bb1db /src/nv_const.h | |
parent | 3f140052f891a4dc674b82e438c9595e59b4676b (diff) |
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.nv-1_1_0
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__ */ |