Commit 536fbf12 authored by Dominik Charousset's avatar Dominik Charousset

changed version to 0.7

parent e1ffb3bf
...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) ...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project(cppa CXX) project(cppa CXX)
set(LIBCPPA_VERSION_MAJOR 0) set(LIBCPPA_VERSION_MAJOR 0)
set(LIBCPPA_VERSION_MINOR 6) set(LIBCPPA_VERSION_MINOR 7)
set(LIBCPPA_VERSION_PATCH 0) set(LIBCPPA_VERSION_PATCH 0)
# prohibit in-source builds # prohibit in-source builds
......
Version 0.7
-----------
__2013_05_12__
- Default actor impl. is now event-based
- Unified spawn options
- Blocking API still available, but opt-in
- Priority-based messaging (opt-in feature)
- Support for OpenCL-based actors (enable with --with-opencl)
- Changed license to LGPL 2.1
- Added `gval` for guard expression
- Implemented thread-mapped, event-based actors
Version 0.6 Version 0.6
----------- -----------
......
...@@ -31,7 +31,7 @@ PROJECT_NAME = libcppa ...@@ -31,7 +31,7 @@ PROJECT_NAME = libcppa
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = "Version 0.6.0" PROJECT_NUMBER = "Version 0.7.0"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
......
No preview for this file type
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