summaryrefslogtreecommitdiffstats
path: root/src/libventi/version.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-05-25 00:30:17 -0700
committerRuss Cox <rsc@swtch.com>2009-05-25 00:30:17 -0700
commit33b446b8bbfea80552d462296d27ad4114fbd3fb (patch)
treea8f7043166974ce39152147fff99b97140027656 /src/libventi/version.c
parent9cac97f2c55efc9ffa9b3894127e049cc25852a3 (diff)
downloadplan9port-33b446b8bbfea80552d462296d27ad4114fbd3fb.tar.gz
plan9port-33b446b8bbfea80552d462296d27ad4114fbd3fb.zip
libventi: protocol support for blocks larger than 64k
Diffstat (limited to 'src/libventi/version.c')
-rw-r--r--src/libventi/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libventi/version.c b/src/libventi/version.c
index fd1e2389..655dcb36 100644
--- a/src/libventi/version.c
+++ b/src/libventi/version.c
@@ -3,6 +3,7 @@
#include <venti.h>
static char *okvers[] = {
+ "04",
"02",
nil,
};