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
d7be71cf
Commit
d7be71cf
authored
Jun 25, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version to 0.1-dev
parent
0ad8f301
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
configure.ac
c++/configure.ac
+6
-2
Main.hs
compiler/src/Main.hs
+1
-1
No files found.
c++/configure.ac
View file @
d7be71cf
## Process this file with autoconf to produce configure.
# autoconf can't handle apostrophes in names...
AC_INIT([Capn Proto],[0.1.0],[capnproto@googlegroups.com],[capnproto])
# At head, the version number is the next anticipated minor release with the suffix "-dev". The
# micro version number is omitted. When a release branch is cut, "-dev" is replaced with "-beta"
# in the release branch and the minor version number is bumped in head. In the release branch,
# "-beta" is eventually replaced with a micro version number (initially ".0"), which is then
# incremented for each bugfix release.
AC_INIT([Capn Proto],[0.1-dev],[capnproto@googlegroups.com],[capnproto])
AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux])
...
...
compiler/src/Main.hs
View file @
d7be71cf
...
...
@@ -54,7 +54,7 @@ import WireFormat(encodeSchema)
import
CxxGenerator
(
generateCxx
)
version
=
"Cap'n Proto Compiler 0.1
.0-pre
(from git)"
version
=
"Cap'n Proto Compiler 0.1
-dev
(from git)"
type
GeneratorFn
=
[
FileDesc
]
->
[
Word8
]
->
Map
.
Map
Word64
[
Word8
]
->
IO
[(
FilePath
,
LZ
.
ByteString
)]
...
...
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