Skip to content

Commit

Permalink
Updated MRNet revision
Browse files Browse the repository at this point in the history
  • Loading branch information
bwelton committed Feb 18, 2016
1 parent 3093918 commit cb7f3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/mrnet/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#ifndef MRNET_VERSION_MAJOR
# define MRNET_VERSION_MAJOR 5
# define MRNET_VERSION_MINOR 0
# define MRNET_VERSION_REV 0
# define MRNET_VERSION_REV 1
#endif

namespace MRN
Expand Down
2 changes: 1 addition & 1 deletion include/mrnet_lightweight/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef uint32_t Rank;
#ifndef MRNET_VERSION_MAJOR
#define MRNET_VERSION_MAJOR 5
#define MRNET_VERSION_MINOR 0
#define MRNET_VERSION_REV 0
#define MRNET_VERSION_REV 1
#endif
void get_Version(int* major,
int* minor,
Expand Down

0 comments on commit cb7f3f7

Please sign in to comment.