Commit d739ebaf authored by Kenton Varda's avatar Kenton Varda

Set release branch version to 0.6.0-rc1.

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