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

Change library version to 0.10.1

parent 9b5fde0d
Version 0.10.1
--------------
__2014_07_26__
- Improved manual and removed references to deprecated/removed API cals
- Fixed build on older compilers such as GCC 4.7 and 4.8
- Fixed build script for Protobuf example
- Fixed issues with static library version (thanks to GitHub user photex)
- Updated links in README.md
Version 0.10.0
--------------
......
......@@ -37,7 +37,7 @@
* whereas each number is a two-digit decimal number without
* leading zeros (e.g. 900 is version 0.9.0).
*/
#define CAF_VERSION 1000
#define CAF_VERSION 1001
#define CAF_MAJOR_VERSION (CAF_VERSION / 100000)
#define CAF_MINOR_VERSION ((CAF_VERSION / 100) % 1000)
......
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