Commit 3f781282 authored by Dominik Charousset's avatar Dominik Charousset

changed version to 0.8.1

parent 0d57ab79
......@@ -3,7 +3,7 @@ project(cppa CXX)
set(LIBCPPA_VERSION_MAJOR 0)
set(LIBCPPA_VERSION_MINOR 8)
set(LIBCPPA_VERSION_PATCH 0)
set(LIBCPPA_VERSION_PATCH 1)
# prohibit in-source builds
if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
......
Version 0.8.1
-------------
__2013_10_16__
- GCC 4.7 compatibility
- Fixed handling of partial functions in `match_expr_concat`
- Serialize floating points as IEEE 754
- Removed ftemplate-backtrace-limit option (causes build error in GCC 4.7)
Version 0.8
-----------
......
......@@ -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.8"
PROJECT_NUMBER = "Version 0.8.1"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
No preview for this file type
......@@ -45,7 +45,7 @@
%BEGIN LATEX
\texttt{\huge{\textbf{libcppa}}}\\~\\A C++ library for actor programming\\~\\~\\~\\%
%END LATEX
User Manual\\\normalsize{\texttt{libcppa} version 0.8}\vfill}
User Manual\\\normalsize{\texttt{libcppa} version 0.8.1}\vfill}
\author{Dominik Charousset}
......
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