Commit 7b5ac906 authored by Dominik Charousset's avatar Dominik Charousset

changed version to 0.8

parent 1d7a34fd
......@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8)
project(cppa CXX)
set(LIBCPPA_VERSION_MAJOR 0)
set(LIBCPPA_VERSION_MINOR 7)
set(LIBCPPA_VERSION_PATCH 2)
set(LIBCPPA_VERSION_MINOR 8)
set(LIBCPPA_VERSION_PATCH 0)
# prohibit in-source builds
if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
......
Version 0.8
-----------
__2013_10_01__
- Added support for typed actors
- Added `brokers`: actors that encapsulate networking
Version 0.7.2
-------------
......
......@@ -31,7 +31,7 @@ PROJECT_NAME = libcppa
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = "Version 0.7.2"
PROJECT_NUMBER = "Version 0.8"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
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