Bump version check for v0.5

This commit is contained in:
Jason Paryani
2014-04-10 18:57:24 -07:00
parent ba4e5e46cb
commit a3038ca8ec

View File

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