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

Merge branch 'master' into unstable

parents 1011c1e5 adbd3268
...@@ -3,7 +3,7 @@ project(cppa CXX) ...@@ -3,7 +3,7 @@ project(cppa CXX)
set(LIBCPPA_VERSION_MAJOR 0) set(LIBCPPA_VERSION_MAJOR 0)
set(LIBCPPA_VERSION_MINOR 4) set(LIBCPPA_VERSION_MINOR 4)
set(LIBCPPA_VERSION_PATCH 0) set(LIBCPPA_VERSION_PATCH 1)
# 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.1
2012-08-22
- Bugfix: shutdown() caused segfault if no scheduler or middleman was started
Version 0.4 Version 0.4
2012-08-20 2012-08-20
......
...@@ -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.4" PROJECT_NUMBER = "Version 0.4.1"
# 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
File mode changed from 100644 to 100755
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