Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
1e091ff2
Commit
1e091ff2
authored
Dec 12, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set release branch version to 0.4.0.
parent
b823f865
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure.ac
c++/configure.ac
+1
-1
install.md
doc/install.md
+3
-3
No files found.
c++/configure.ac
View file @
1e091ff2
## 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])
...
...
doc/install.md
View file @
1e091ff2
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment