aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp/ncp.h
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>1999-10-31 15:01:47 +0000
committerBoris Popov <bp@FreeBSD.org>1999-10-31 15:01:47 +0000
commit7004810ddc0c3c71dce1e7a3df241f55a70c4320 (patch)
tree74dcc4e886aad1150696d848b1f59a31d1acf406 /sys/netncp/ncp.h
parentb81cbfc4af58792bbcfee9b775d56a9a4b824a46 (diff)
downloadsrc-7004810ddc0c3c71dce1e7a3df241f55a70c4320.tar.gz
src-7004810ddc0c3c71dce1e7a3df241f55a70c4320.zip
Bump internal version number with next release of ncplib.
Notes
Notes: svn path=/head/; revision=52718
Diffstat (limited to 'sys/netncp/ncp.h')
-rw-r--r--sys/netncp/ncp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netncp/ncp.h b/sys/netncp/ncp.h
index 4c285ef27ea3..044f3c6962ae 100644
--- a/sys/netncp/ncp.h
+++ b/sys/netncp/ncp.h
@@ -11,7 +11,7 @@
#define _NCP_H_
#define NCP_VERMAJ 1
-#define NCP_VERMIN 3200
+#define NCP_VERMIN 3300
#define NCP_VERSION (NCP_VERMAJ*100000 + NCP_VERMIN)
typedef u_int32_t nwdirent;