Commit ef0807ae authored by Dominik Charousset's avatar Dominik Charousset

changed version to 0.9.1

parent 2f6aebe2
...@@ -3,7 +3,7 @@ project(cppa C CXX) ...@@ -3,7 +3,7 @@ project(cppa C CXX)
set(LIBCPPA_VERSION_MAJOR 0) set(LIBCPPA_VERSION_MAJOR 0)
set(LIBCPPA_VERSION_MINOR 9) set(LIBCPPA_VERSION_MINOR 9)
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.9.1
-------------
__2014_06_05__
- Fixed build on GCC
Version 0.9.0 Version 0.9.0
------------- -------------
......
...@@ -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.9.0" PROJECT_NUMBER = "Version 0.9.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.
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
* whereas each number is a two-digit decimal number without * whereas each number is a two-digit decimal number without
* leading zeros (e.g. 900 is version 0.9.0). * leading zeros (e.g. 900 is version 0.9.0).
*/ */
#define CPPA_VERSION 900 #define CPPA_VERSION 901
#define CPPA_MAJOR_VERSION (CPPA_VERSION / 100000) #define CPPA_MAJOR_VERSION (CPPA_VERSION / 100000)
#define CPPA_MINOR_VERSION ((CPPA_VERSION / 100) % 1000) #define CPPA_MINOR_VERSION ((CPPA_VERSION / 100) % 1000)
......
No preview for this file type
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
%BEGIN LATEX %BEGIN LATEX
\texttt{\huge{\textbf{libcppa}}}\\~\\A C++ library for actor programming\\~\\~\\~\\% \texttt{\huge{\textbf{libcppa}}}\\~\\A C++ library for actor programming\\~\\~\\~\\%
%END LATEX %END LATEX
User Manual\\\normalsize{\texttt{libcppa} version 0.9.0}\vfill} User Manual\\\normalsize{\texttt{libcppa} version 0.9.1}\vfill}
\author{Dominik Charousset} \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