We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3093918 commit cb7f3f7Copy full SHA for cb7f3f7
include/mrnet/Types.h
@@ -23,7 +23,7 @@
23
#ifndef MRNET_VERSION_MAJOR
24
# define MRNET_VERSION_MAJOR 5
25
# define MRNET_VERSION_MINOR 0
26
-# define MRNET_VERSION_REV 0
+# define MRNET_VERSION_REV 1
27
#endif
28
29
namespace MRN
include/mrnet_lightweight/Types.h
@@ -30,7 +30,7 @@ typedef uint32_t Rank;
30
31
#define MRNET_VERSION_MAJOR 5
32
#define MRNET_VERSION_MINOR 0
33
-#define MRNET_VERSION_REV 0
+#define MRNET_VERSION_REV 1
34
35
void get_Version(int* major,
36
int* minor,
0 commit comments