Commit 5f39ea51 authored by Kenton Varda's avatar Kenton Varda

Set release branch version to 0.3.0.

parent 8e80af91
## Process this file with autoconf to produce configure.
AC_INIT([Capn Proto],[0.3.0-rc7],[capnproto@googlegroups.com],[capnproto-c++])
AC_INIT([Capn Proto],[0.3.0],[capnproto@googlegroups.com],[capnproto-c++])
AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux])
......
......@@ -56,9 +56,9 @@ This package is officially tested on Linux (GCC 4.7, Clang 3.2), Mac OSX (Clang
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.2.1.tar.gz">http://capnproto.org/capnproto-c++-0.2.1.tar.gz</a>
tar zxf capnproto-c++-0.2.1.tar.gz
cd capnproto-c++-0.2.1
<pre><code>curl -O <a href="http://capnproto.org/capnproto-c++-0.3.0.tar.gz">http://capnproto.org/capnproto-c++-0.3.0.tar.gz</a>
tar zxf capnproto-c++-0.3.0.tar.gz
cd capnproto-c++-0.3.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