Commit 1e091ff2 authored by Kenton Varda's avatar Kenton Varda

Set release branch version to 0.4.0.

parent b823f865
## Process this file with autoconf to produce configure.
AC_INIT([Capn Proto],[0.4.0-rc3],[capnproto@googlegroups.com],[capnproto-c++])
AC_INIT([Capn Proto],[0.4.0],[capnproto@googlegroups.com],[capnproto-c++])
AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux])
......
......@@ -67,9 +67,9 @@ the upcoming CTPs (the November 2013 CTP is almost there).
You may download and install the release version of Cap'n Proto like so:
<pre><code>curl -O <a href="http://capnproto.org/capnproto-c++-0.0.0.tar.gz">http://capnproto.org/capnproto-c++-0.0.0.tar.gz</a>
tar zxf capnproto-c++-0.0.0.tar.gz
cd capnproto-c++-0.0.0
<pre><code>curl -O <a href="http://capnproto.org/capnproto-c++-0.4.0.tar.gz">http://capnproto.org/capnproto-c++-0.4.0.tar.gz</a>
tar zxf capnproto-c++-0.4.0.tar.gz
cd capnproto-c++-0.4.0
./configure
make -j6 check
sudo make install</code></pre>
......
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