From a3038ca8ecadc0092609bc279cddf33202724993 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Thu, 10 Apr 2014 18:57:24 -0700 Subject: [PATCH] Bump version check for v0.5 --- capnp/helpers/checkCompiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp/helpers/checkCompiler.h b/capnp/helpers/checkCompiler.h index d494b8a..95542d3 100644 --- a/capnp/helpers/checkCompiler.h +++ b/capnp/helpers/checkCompiler.h @@ -8,4 +8,4 @@ #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");