Skip to content

Commit

Permalink
Bumped client and server versions
Browse files Browse the repository at this point in the history
  • Loading branch information
honkstar1 committed Aug 4, 2021
1 parent ff9a2c2 commit 8e2598b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/EACopyClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace eacopy

enum : uint {
ClientMajorVersion = 1,
ClientMinorVersion = 10
ClientMinorVersion = 11
};

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion include/EACopyServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace eacopy

enum : uint {
ServerMajorVersion = 1,
ServerMinorVersion = 7,
ServerMinorVersion = 8,
};

enum : uint { DefaultHistorySize = 500000 }; // Number of files
Expand Down

0 comments on commit 8e2598b

Please sign in to comment.