Skip to content

Commit cb7f3f7

Browse files
committed
Updated MRNet revision
1 parent 3093918 commit cb7f3f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/mrnet/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef MRNET_VERSION_MAJOR
2424
# define MRNET_VERSION_MAJOR 5
2525
# define MRNET_VERSION_MINOR 0
26-
# define MRNET_VERSION_REV 0
26+
# define MRNET_VERSION_REV 1
2727
#endif
2828

2929
namespace MRN

include/mrnet_lightweight/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ typedef uint32_t Rank;
3030
#ifndef MRNET_VERSION_MAJOR
3131
#define MRNET_VERSION_MAJOR 5
3232
#define MRNET_VERSION_MINOR 0
33-
#define MRNET_VERSION_REV 0
33+
#define MRNET_VERSION_REV 1
3434
#endif
3535
void get_Version(int* major,
3636
int* minor,

0 commit comments

Comments
 (0)