Commit 52213587 authored by Dominik Charousset's avatar Dominik Charousset

Change version to 0.10.2

parent 55417751
Version 0.10.2
--------------
__2014_08_07__
- Improved CMake build script
- Added workaround for Protobuf example with incomplete installations
- Resolved several issues when building for MinGW 64
- Fixed casing issue in FindLibcaf.cmake
- Fixed access modifier of `event_based_actor::forward_to`
Version 0.10.1 Version 0.10.1
-------------- --------------
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,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 CAF_VERSION 1001 #define CAF_VERSION 1002
#define CAF_MAJOR_VERSION (CAF_VERSION / 10000) #define CAF_MAJOR_VERSION (CAF_VERSION / 10000)
#define CAF_MINOR_VERSION ((CAF_VERSION / 100) % 100) #define CAF_MINOR_VERSION ((CAF_VERSION / 100) % 100)
......
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