Fri, 27 Jun 2014 12:39:48 +0200
fixed way too optimistic version number
ucx/ucx.h | file | annotate | diff | comparison | revisions |
--- a/ucx/ucx.h Fri Jun 27 12:06:53 2014 +0200 +++ b/ucx/ucx.h Fri Jun 27 12:39:48 2014 +0200 @@ -37,10 +37,10 @@ #define UCX_H /** Major UCX version as integer constant. */ -#define UCX_VERSION_MAJOR 1 +#define UCX_VERSION_MAJOR 0 /** Minor UCX version as integer constant. */ -#define UCX_VERSION_MINOR 0 +#define UCX_VERSION_MINOR 9 /** The UCX version in format [major].[minor] */ #define UCX_VERSION UCX_VERSION_MAJOR.UCX_VERSION_MINOR