Commit b8804204 authored by Dominik Charousset's avatar Dominik Charousset

changed version to 0.4

parent d0722c92
...@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.4) ...@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.4)
project(cppa CXX) project(cppa CXX)
set(LIBCPPA_VERSION_MAJOR 0) set(LIBCPPA_VERSION_MAJOR 0)
set(LIBCPPA_VERSION_MINOR 3) set(LIBCPPA_VERSION_MINOR 4)
set(LIBCPPA_VERSION_PATCH 3) set(LIBCPPA_VERSION_PATCH 0)
# prohibit in-source builds # prohibit in-source builds
if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
......
Version 0.4 Version 0.4
XXXX-XX-XX 2012-08-20
- New network layer implementation - New network layer implementation
- Added acceptor and input/output stream interfaces - Added acceptor and input/output stream interfaces
...@@ -13,6 +13,7 @@ XXXX-XX-XX ...@@ -13,6 +13,7 @@ XXXX-XX-XX
- Added shutdown() function - Added shutdown() function
- Implemented broker-based forwarding of local groups for 'pseudo multicast' - Implemented broker-based forwarding of local groups for 'pseudo multicast'
- Added `then` and `await` member functions to message_future - Added `then` and `await` member functions to message_future
- Do not send more than one response message with `reply`
Version 0.3.3 Version 0.3.3
......
...@@ -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.3.3" PROJECT_NUMBER = "Version 0.4"
# 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.
......
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