houxiao
2017-08-02 5dd9eb1f679124e7cddd12fa17ca1a58ae468e85
VisitFace/RtspNativeCodec/app/libs/capnproto/include/capnp/common.h
File was renamed from VisitFace/RtspNativeCodec/app/libs/capnproto/include/common.h
@@ -41,8 +41,8 @@
namespace capnp {
#define CAPNP_VERSION_MAJOR 0
#define CAPNP_VERSION_MINOR 6
#define CAPNP_VERSION_MICRO 1
#define CAPNP_VERSION_MINOR 7
#define CAPNP_VERSION_MICRO 0
#define CAPNP_VERSION \
  (CAPNP_VERSION_MAJOR * 1000000 + CAPNP_VERSION_MINOR * 1000 + CAPNP_VERSION_MICRO)