Fix error message in version check

This commit is contained in:
Jason Paryani 2014-06-12 16:36:37 -07:00
parent 372fc496e8
commit c77b5fa132

View file

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