Commit ee0c7b0a authored by Kenton Varda's avatar Kenton Varda

Set mainlaine version to 0.5-dev.

parent 782b9c4d
## Process this file with autoconf to produce configure. ## Process this file with autoconf to produce configure.
AC_INIT([Capn Proto],[0.4-dev],[capnproto@googlegroups.com],[capnproto-c++]) AC_INIT([Capn Proto],[0.5-dev],[capnproto@googlegroups.com],[capnproto-c++])
AC_CONFIG_SRCDIR([src/capnp/layout.c++]) AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h> #include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000 #if CAPNP_VERSION != 5000
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library." #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif #endif
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
namespace capnp { namespace capnp {
#define CAPNP_VERSION_MAJOR 0 #define CAPNP_VERSION_MAJOR 0
#define CAPNP_VERSION_MINOR 4 #define CAPNP_VERSION_MINOR 5
#define CAPNP_VERSION_MICRO 0 #define CAPNP_VERSION_MICRO 0
#define CAPNP_VERSION \ #define CAPNP_VERSION \
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h> #include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000 #if CAPNP_VERSION != 5000
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library." #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif #endif
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h> #include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000 #if CAPNP_VERSION != 5000
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library." #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif #endif
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h> #include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000 #if CAPNP_VERSION != 5000
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library." #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment