Commit db19c2ed authored by Lucas Russo's avatar Lucas Russo

{include,src/*/libbpmclient/include}/*: bump server/client version to 0.1.0

parent 016d1de4
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
/* BPM version macros for compile-time API detection */ /* BPM version macros for compile-time API detection */
#define BPM_VERSION_MAJOR 0 #define BPM_VERSION_MAJOR 0
#define BPM_VERSION_MINOR 0 #define BPM_VERSION_MINOR 1
#define BPM_VERSION_PATCH 1 #define BPM_VERSION_PATCH 0
#define BPM_MAKE_VERSION(major, minor, patch) \ #define BPM_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch)) ((major) * 10000 + (minor) * 100 + (patch))
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
/* BPM version macros for compile-time API detection */ /* BPM version macros for compile-time API detection */
#define BPM_CLIENT_VERSION_MAJOR 0 #define BPM_CLIENT_VERSION_MAJOR 0
#define BPM_CLIENT_VERSION_MINOR 0 #define BPM_CLIENT_VERSION_MINOR 1
#define BPM_CLIENT_VERSION_PATCH 1 #define BPM_CLIENT_VERSION_PATCH 0
#define BPM_CLIENT_MAKE_VERSION(major, minor, patch) \ #define BPM_CLIENT_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch)) ((major) * 10000 + (minor) * 100 + (patch))
......
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