Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 2988:9cc3d40e389b
Orthanc 1.4.3 is now known as 1.5.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Dec 2018 11:15:31 +0100 |
parents | 2e751f615e03 |
children | e3b5c07146a3 4e43e67f8ecf |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Mon Dec 10 10:33:58 2018 +0100 +++ b/OrthancServer/ServerEnumerations.h Mon Dec 10 11:15:31 2018 +0100 @@ -93,10 +93,10 @@ GlobalProperty_FlushSleep = 2, GlobalProperty_AnonymizationSequence = 3, GlobalProperty_JobsRegistry = 5, - GlobalProperty_TotalCompressedSize = 6, // Reserved for Orthanc > 1.4.3 - GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.4.3 - GlobalProperty_Modalities = 20, // New in Orthanc 1.4.3 - GlobalProperty_Peers = 21, // New in Orthanc 1.4.3 + GlobalProperty_TotalCompressedSize = 6, // Reserved for Orthanc > 1.5.0 + GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.5.0 + GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0 + GlobalProperty_Peers = 21, // New in Orthanc 1.5.0 // Reserved values for internal use by the database plugins GlobalProperty_DatabasePatchLevel = 4,