diff options
| author | Russ Cox <rsc@swtch.com> | 2009-05-25 00:30:17 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2009-05-25 00:30:17 -0700 |
| commit | 33b446b8bbfea80552d462296d27ad4114fbd3fb (patch) | |
| tree | a8f7043166974ce39152147fff99b97140027656 /src/libventi/version.c | |
| parent | 9cac97f2c55efc9ffa9b3894127e049cc25852a3 (diff) | |
| download | plan9port-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.c | 1 |
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, }; |
