Bump version required

This commit is contained in:
Jason Paryani
2013-12-08 17:40:24 -08:00
parent cff551c774
commit 086994f9da

View File

@@ -8,4 +8,4 @@
#include "capnp/dynamic.h" #include "capnp/dynamic.h"
static_assert(CAPNP_VERSION >= 3000, "Version of Cap'n Proto C++ Library is too old. Please upgrade to a version >= 0.3 and then re-install this python library"); static_assert(CAPNP_VERSION >= 4000, "Version of Cap'n Proto C++ Library is too old. Please upgrade to a version >= 0.4 and then re-install this python library");