Skip to content

Commit

Permalink
Incremented marfs object-version to 1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
jti-lanl committed Dec 6, 2018
1 parent a18730d commit af2d6ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fuse/src/marfs_configuration.h
Expand Up @@ -156,9 +156,13 @@ extern "C" {
//
// -- 1.10 Same as 1.9, but after merging rdma to master. This allows us
// to refer to "1.10" and clearly mean after that merge.
//
// -- 1.11 Merged in new multi-threaded reads, in libne. Again, just
// incrementing version to make a distinction in object-IDs.


#define MARFS_CONFIG_MAJOR 1
#define MARFS_CONFIG_MINOR 10
#define MARFS_CONFIG_MINOR 11

typedef uint16_t ConfigVersType; // one value each for major and minor

Expand Down

0 comments on commit af2d6ee

Please sign in to comment.