From 8e2598b1e2b330b7f3704591dbcf774f99e9ec51 Mon Sep 17 00:00:00 2001 From: honkstar1 Date: Wed, 4 Aug 2021 13:41:49 -0700 Subject: [PATCH] Bumped client and server versions --- include/EACopyClient.h | 2 +- include/EACopyServer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/EACopyClient.h b/include/EACopyClient.h index c29b000..737e3c0 100644 --- a/include/EACopyClient.h +++ b/include/EACopyClient.h @@ -10,7 +10,7 @@ namespace eacopy enum : uint { ClientMajorVersion = 1, - ClientMinorVersion = 10 + ClientMinorVersion = 11 }; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/EACopyServer.h b/include/EACopyServer.h index 43ab8ff..7907706 100644 --- a/include/EACopyServer.h +++ b/include/EACopyServer.h @@ -11,7 +11,7 @@ namespace eacopy enum : uint { ServerMajorVersion = 1, - ServerMinorVersion = 7, + ServerMinorVersion = 8, }; enum : uint { DefaultHistorySize = 500000 }; // Number of files