Commit 58456609 authored by Kenton Varda's avatar Kenton Varda

Set release branch version to 0.6.0-rc2.

parent 9e9aae1a
project("Cap'n Proto" CXX)
cmake_minimum_required(VERSION 3.1)
set(VERSION 0.6.0-rc1)
set(VERSION 0.6.0-rc2)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
## Process this file with autoconf to produce configure.
AC_INIT([Capn Proto],[0.6.0-rc1],[capnproto@googlegroups.com],[capnproto-c++])
AC_INIT([Capn Proto],[0.6.0-rc2],[capnproto@googlegroups.com],[capnproto-c++])
AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux])
......
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