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
6e2f627e
Commit
6e2f627e
authored
Mar 11, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set release branch version to 0.4.1-rc1.
parent
6e9cf9b7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
configure.ac
c++/configure.ac
+1
-1
c++.capnp.h
c++/src/capnp/c++.capnp.h
+1
-1
common.h
c++/src/capnp/common.h
+1
-1
grammar.capnp.h
c++/src/capnp/compiler/grammar.capnp.h
+1
-1
lexer.capnp.h
c++/src/capnp/compiler/lexer.capnp.h
+1
-1
rpc-twoparty.capnp.h
c++/src/capnp/rpc-twoparty.capnp.h
+1
-1
rpc.capnp.h
c++/src/capnp/rpc.capnp.h
+1
-1
schema.capnp.h
c++/src/capnp/schema.capnp.h
+1
-1
No files found.
c++/configure.ac
View file @
6e2f627e
## 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])
...
...
c++/src/capnp/c++.capnp.h
View file @
6e2f627e
...
...
@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 400
0
#if CAPNP_VERSION != 400
1
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
...
...
c++/src/capnp/common.h
View file @
6e2f627e
...
...
@@ -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)
...
...
c++/src/capnp/compiler/grammar.capnp.h
View file @
6e2f627e
...
...
@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 400
0
#if CAPNP_VERSION != 400
1
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
...
...
c++/src/capnp/compiler/lexer.capnp.h
View file @
6e2f627e
...
...
@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 400
0
#if CAPNP_VERSION != 400
1
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
...
...
c++/src/capnp/rpc-twoparty.capnp.h
View file @
6e2f627e
...
...
@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 400
0
#if CAPNP_VERSION != 400
1
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
...
...
c++/src/capnp/rpc.capnp.h
View file @
6e2f627e
...
...
@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 400
0
#if CAPNP_VERSION != 400
1
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
...
...
c++/src/capnp/schema.capnp.h
View file @
6e2f627e
...
...
@@ -6,7 +6,7 @@
#include <capnp/generated-header-support.h>
#if CAPNP_VERSION != 400
0
#if CAPNP_VERSION != 400
1
#error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
#endif
...
...
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