2020-10-07 Fred Gleason <fredg@paravelsystems.com>

* Changed the predicted next release version from '4.0' to '3.5'.
	in rddbmgr(8).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2020-10-07 11:59:38 -04:00
parent ca1f69d94d
commit abb9e53657
2 changed files with 4 additions and 1 deletions

View File

@ -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 <fredg@paravelsystems.com>
* Changed the predicted next release version from '4.0' to '3.5'.
in rddbmgr(8).

View File

@ -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;
}