mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
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:
@@ -20395,3 +20395,6 @@
|
|||||||
caused the Services List to be initialized with all services upon
|
caused the Services List to be initialized with all services upon
|
||||||
creation, even when one or more services had already be added to
|
creation, even when one or more services had already be added to
|
||||||
the list by the user.
|
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).
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ void MainObject::InitializeSchemaMap() {
|
|||||||
global_version_map["3.2"]=311;
|
global_version_map["3.2"]=311;
|
||||||
global_version_map["3.3"]=314;
|
global_version_map["3.3"]=314;
|
||||||
global_version_map["3.4"]=317;
|
global_version_map["3.4"]=317;
|
||||||
global_version_map["4.0"]=338;
|
global_version_map["3.5"]=338;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user