diff --git a/ChangeLog b/ChangeLog index d47bbe42..ebac6818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20395,3 +20395,6 @@ caused the Services List to be initialized with all services upon creation, even when one or more services had already be added to the list by the user. +2020-10-07 Fred Gleason + * Changed the predicted next release version from '4.0' to '3.5'. + in rddbmgr(8). diff --git a/utils/rddbmgr/schemamap.cpp b/utils/rddbmgr/schemamap.cpp index ca42d914..ea827e84 100644 --- a/utils/rddbmgr/schemamap.cpp +++ b/utils/rddbmgr/schemamap.cpp @@ -161,7 +161,7 @@ void MainObject::InitializeSchemaMap() { global_version_map["3.2"]=311; global_version_map["3.3"]=314; global_version_map["3.4"]=317; - global_version_map["4.0"]=338; + global_version_map["3.5"]=338; }