Skip to content

Commit

Permalink
changed version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Mar 18, 2014
1 parent 8d1cfa3 commit 5dac374
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(cppa CXX)

set(LIBCPPA_VERSION_MAJOR 0)
set(LIBCPPA_VERSION_MINOR 8)
set(LIBCPPA_VERSION_PATCH 1)
set(LIBCPPA_VERSION_PATCH 2)

# prohibit in-source builds
if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.8.2
-------------

__2014-18-03__

- Fixed a compile-time error with some user-defined message types

Version 0.8.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
PROJECT_NUMBER = "Version 0.8.2"

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
Binary file modified manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.1}\vfill}
User Manual\\\normalsize{\texttt{libcppa} version 0.8.2}\vfill}

\author{Dominik Charousset}

Expand Down

0 comments on commit 5dac374

Please sign in to comment.