fixed way too optimistic version number

Fri, 27 Jun 2014 12:39:48 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 27 Jun 2014 12:39:48 +0200
changeset 176
69f72d1ad12f
parent 175
f5aa799abd86
child 177
11ad03783baf

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

mercurial