Commit 6e2f627e authored by Kenton Varda's avatar Kenton Varda

Set release branch version to 0.4.1-rc1.

parent 6e9cf9b7
## Process this file with autoconf to produce configure.
AC_INIT([Capn Proto],[0.4.0],[capnproto@googlegroups.com],[capnproto-c++])
AC_INIT([Capn Proto],[0.4.1-rc1],[capnproto@googlegroups.com],[capnproto-c++])
AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux])
......
......@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000
#if CAPNP_VERSION != 4001
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
......
......@@ -35,7 +35,7 @@ namespace capnp {
#define CAPNP_VERSION_MAJOR 0
#define CAPNP_VERSION_MINOR 4
#define CAPNP_VERSION_MICRO 0
#define CAPNP_VERSION_MICRO 1
#define CAPNP_VERSION \
(CAPNP_VERSION_MAJOR * 1000000 + CAPNP_VERSION_MINOR * 1000 + CAPNP_VERSION_MICRO)
......
......@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000
#if CAPNP_VERSION != 4001
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
......
......@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000
#if CAPNP_VERSION != 4001
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
......
......@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000
#if CAPNP_VERSION != 4001
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
......
......@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000
#if CAPNP_VERSION != 4001
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
......
......@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 4000
#if CAPNP_VERSION != 4001
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#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